1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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:
Zdenek Kabelac 2014-07-17 11:28:21 +02:00
parent 3e4f24115a
commit 04acf7a8d0

View File

@ -392,8 +392,9 @@ static int _read_params(struct lvconvert_params *lp, struct cmd_context *cmd,
if (arg_count(cmd, repair_ARG) &&
!arg_is_only_set(cmd, "cannot be used with --repair",
repair_ARG,
use_policies_ARG,
alloc_ARG, use_policies_ARG,
stripes_long_ARG, stripesize_ARG,
force_ARG, noudevsync_ARG, test_ARG,
-1))
return_0;