Taperalgo: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(Initial version.)
 
(link, remove redundancy)
Line 1: Line 1:
{{Glossary Entry}}
{{Glossary Entry}}


The algorithm used to choose which dump image to send from the [[Holding_disk|holding disk]] to the taper. Note that the taper can only send completed dumps from the holding disk to tape. So as each dump is sent to tape, the taper must select a new dump from completed dumps, not from all the remaining dumps.
The algorithm used to choose which [[dump]] image to send from the [[Holding_disk|holding disk]] to the taper. Note that the taper can only send completed dumps from the holding disk to tape. So as each dump is sent to tape, the taper must select a new dump from completed dumps, not from all the remaining dumps.


Possible values: first|firstfit|largest|largestfit|smallest|last
Possible values:


Default: first.
; first : First in - first out. (default)
 
; first : First in - first out.
; firstfit : The first dump image that will fit on the current tape.
; firstfit : The first dump image that will fit on the current tape.
; largest : The largest dump image.
; largest : The largest dump image.

Revision as of 15:55, 10 September 2010


The algorithm used to choose which dump image to send from the holding disk to the taper. Note that the taper can only send completed dumps from the holding disk to tape. So as each dump is sent to tape, the taper must select a new dump from completed dumps, not from all the remaining dumps.

Possible values:

first
First in - first out. (default)
firstfit
The first dump image that will fit on the current tape.
largest
The largest dump image.
largestfit
The largest dump image that will fit on the current tape.
smallest
The smallest dump image.
last
Last in - first out.