The description is not correct if someone sets
lvm_mirrors=0. Also clarify LVs vs. lvms.
Change-Id: I7ec74fc8beaef5e638bc1a5dac3d7d97f1c474d3
help='Name for the VG that will contain exported volumes'),
cfg.IntOpt('lvm_mirrors',
default=0,
- help='If set, create lvms with multiple mirrors. Note that '
- 'this requires lvm_mirrors + 2 pvs with available space'),
+ help='If >0, create LVs with multiple mirrors. Note that '
+ 'this requires lvm_mirrors + 2 PVs with available space'),
cfg.StrOpt('lvm_type',
default='default',
help='Type of LVM volumes to deploy; (default or thin)'),
# value)
#volume_group=cinder-volumes
-# If set, create lvms with multiple mirrors. Note that this
-# requires lvm_mirrors + 2 pvs with available space (integer
+# If >0, create LVs with multiple mirrors. Note that this
+# requires lvm_mirrors + 2 PVs with available space (integer
# value)
#lvm_mirrors=0