mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
lvconvert: add missing option for repair
Few more option needs to be allowed with --repair. (in-release fix).
This commit is contained in:
parent
3e4f24115a
commit
04acf7a8d0
@ -392,8 +392,9 @@ static int _read_params(struct lvconvert_params *lp, struct cmd_context *cmd,
|
|||||||
if (arg_count(cmd, repair_ARG) &&
|
if (arg_count(cmd, repair_ARG) &&
|
||||||
!arg_is_only_set(cmd, "cannot be used with --repair",
|
!arg_is_only_set(cmd, "cannot be used with --repair",
|
||||||
repair_ARG,
|
repair_ARG,
|
||||||
use_policies_ARG,
|
alloc_ARG, use_policies_ARG,
|
||||||
stripes_long_ARG, stripesize_ARG,
|
stripes_long_ARG, stripesize_ARG,
|
||||||
|
force_ARG, noudevsync_ARG, test_ARG,
|
||||||
-1))
|
-1))
|
||||||
return_0;
|
return_0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user