Blame SOURCES/lvm2-2_03_06-lvconvert-allow-stripes-stripesize-in-mirror-convers.patch

26e710
 tools/command-lines.in | 4 +---
26e710
 1 file changed, 1 insertion(+), 3 deletions(-)
26e710
26e710
diff --git a/tools/command-lines.in b/tools/command-lines.in
26e710
index 73a1e64..f914650 100644
26e710
--- a/tools/command-lines.in
26e710
+++ b/tools/command-lines.in
26e710
@@ -343,13 +343,11 @@ DESC: Convert LV to striped.
26e710
 RULE: all not lv_is_locked lv_is_pvmove
26e710
 
26e710
 lvconvert --type mirror LV
26e710
-OO: --mirrors SNumber, --regionsize RegionSize, --interval Number, --mirrorlog MirrorLog, OO_LVCONVERT
26e710
+OO: --mirrors SNumber, --stripes_long Number, --stripesize SizeKB, --regionsize RegionSize, --interval Number, --mirrorlog MirrorLog, OO_LVCONVERT
26e710
 OP: PV ...
26e710
 ID: lvconvert_raid_types
26e710
 DESC: Convert LV to type mirror (also see type raid1),
26e710
-DESC: (also see lvconvert --mirrors).
26e710
 RULE: all not lv_is_locked lv_is_pvmove
26e710
-FLAGS: SECONDARY_SYNTAX
26e710
 
26e710
 # When LV is already raid, this changes the raid layout
26e710
 # (changing layout of raid0 and raid1 not allowed.)