individual size of a logical volume in a volume
group, and the complexity of the logical volume layout. For example,
for a system with 50 9GB drives, a simple 50GB logical volume of
the first 5 1/2 disks can be created. But a 50GB striped logical
volume that takes the first 1GB of all 50 disks can also be created.
The first and simple logical volume takes less time to convert than
the striped volume; since only 5 disks need to be checked for metadata,
only 5 disks must have their LVM metadata copied. However, for the
striped volume, 50 disks need to be checked and the LVM metadata
for 50 disks must be copied. Also, the complexity of reproducing
the VxVM commands to set up the striped volumes requires more VxVM
commands to be generated to represent more smaller sub-disks representing
the same amount of space.
Another factor in converting stripes is that stripes
create more work for the converter. In some cases, stripes require
1GB volume, although only the metadata is being changed. In other
cases, where there are more physical disks in one volume than another,
there is more metadata to deal with. The converter has to read every
physical extent map to ensure there are no holes in the volume;
if holes are found, the converter maps around them.