mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
Accept regionsize with lvconvert.
This commit is contained in:
parent
80592d845d
commit
b42eb4c376
@ -83,6 +83,7 @@ xx(lvconvert,
|
|||||||
"Change logical volume layout",
|
"Change logical volume layout",
|
||||||
"lvconvert "
|
"lvconvert "
|
||||||
"[-m|--mirrors Mirrors [--corelog]]\n"
|
"[-m|--mirrors Mirrors [--corelog]]\n"
|
||||||
|
"\t[-R|--regionsize MirrorLogRegionSize]\n"
|
||||||
"\t[--alloc AllocationPolicy]\n"
|
"\t[--alloc AllocationPolicy]\n"
|
||||||
"\t[-d|--debug]\n"
|
"\t[-d|--debug]\n"
|
||||||
"\t[-h|-?|--help]\n"
|
"\t[-h|-?|--help]\n"
|
||||||
@ -100,7 +101,7 @@ xx(lvconvert,
|
|||||||
"\t[--version]" "\n"
|
"\t[--version]" "\n"
|
||||||
"\tOriginalLogicalVolume[Path] SnapshotLogicalVolume[Path]\n",
|
"\tOriginalLogicalVolume[Path] SnapshotLogicalVolume[Path]\n",
|
||||||
|
|
||||||
alloc_ARG, chunksize_ARG, mirrors_ARG, corelog_ARG,
|
alloc_ARG, chunksize_ARG, mirrors_ARG, corelog_ARG, regionsize_ARG,
|
||||||
snapshot_ARG, test_ARG, zero_ARG)
|
snapshot_ARG, test_ARG, zero_ARG)
|
||||||
|
|
||||||
xx(lvcreate,
|
xx(lvcreate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user