mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
lvcreate: avoid rejecting --metadataprofile
Likely user normaly have used 'shortcut' --profile option which is (for lvcreate) decoded as metadataprofile. However full option was rejected.
This commit is contained in:
parent
fb38426d28
commit
f221ba97c9
@ -762,6 +762,7 @@ static int _lvcreate_params(struct cmd_context *cmd,
|
|||||||
contiguous_ARG,\
|
contiguous_ARG,\
|
||||||
ignoreactivationskip_ARG,\
|
ignoreactivationskip_ARG,\
|
||||||
ignoremonitoring_ARG,\
|
ignoremonitoring_ARG,\
|
||||||
|
metadataprofile_ARG,\
|
||||||
monitor_ARG,\
|
monitor_ARG,\
|
||||||
mirrors_ARG,\
|
mirrors_ARG,\
|
||||||
name_ARG,\
|
name_ARG,\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user