--oss_numbers={true|false}
The parameter is used in the following cases:
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