mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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,\
|
||||
ignoreactivationskip_ARG,\
|
||||
ignoremonitoring_ARG,\
|
||||
metadataprofile_ARG,\
|
||||
monitor_ARG,\
|
||||
mirrors_ARG,\
|
||||
name_ARG,\
|
||||
|
Loading…
Reference in New Issue
Block a user