oss_numbers
--oss_numbers={true|false}
The parameter is used in the following cases:
- With the
backup disk
,recover disk
,create asz
,resize asz
, anddelete asz
commands. With these commands, the parameter applies to the volumes specified in the--volume
parameter value. - With the
list content
command if the--content_type
parameter value isvolume
or with thelist disks
command. With these commands, the parameter applies to numbers of the output volumes.
If the value is true
or if the parameter is not specified, the volume numbers are adjusted for the MBR partition table. This means that primary volumes have numbers 1-1, 1-2, 1-3, 1-4; logical volume numbers start with 1-5.
If the parameter value is false
, consecutive volume numbering must be used.
Example
If the disk has one primary and two logical partitions, their numbers can appear as follows:
--volume=1-1,1-5,1-6
or
--oss_numbers=false --volume=1-1,1-2,1-3