mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
command-lines: improve spec for thin snapshot
man-generate --check actually noticed 2 same definitions for snapshot create with 'lvreate -T [--snapshot]' and 'lvcreate --snapshot [-T]'. So drop the '-T' from second alternative variant as thin type is already implied here.
This commit is contained in:
parent
611975c51b
commit
1ab66f37ae
@ -1135,7 +1135,9 @@ AUTOTYPE: thin
|
|||||||
|
|
||||||
# alternate form of lvcreate --type thin
|
# alternate form of lvcreate --type thin
|
||||||
lvcreate --snapshot LV_thin
|
lvcreate --snapshot LV_thin
|
||||||
OO: --thin, OO_LVCREATE
|
# not providing implied --thin option with this OO
|
||||||
|
# so we have 2 different command variant
|
||||||
|
OO: OO_LVCREATE
|
||||||
IO: --mirrors 0
|
IO: --mirrors 0
|
||||||
ID: lvcreate_thin_snapshot
|
ID: lvcreate_thin_snapshot
|
||||||
DESC: Create a thin LV that is a snapshot of an existing thin LV.
|
DESC: Create a thin LV that is a snapshot of an existing thin LV.
|
||||||
|
Loading…
Reference in New Issue
Block a user