yaneti / rpms / lvm2

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