diff --git a/WHATS_NEW b/WHATS_NEW index 17fbdc092..2af299211 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.168 - ==================================== + lvconvert --repair accepts --interval and --background option. More efficiently prepare _rmeta devices when creating a new raid LV. Version 2.02.167 - 5th November 2016 diff --git a/man/lvconvert.8.in b/man/lvconvert.8.in index bc4af80fe..0becc8a89 100644 --- a/man/lvconvert.8.in +++ b/man/lvconvert.8.in @@ -365,6 +365,9 @@ See corresponding operation --splitmirrors. VG/RaidLV .br \[bu] +Options \-\-background, \-\-interval. +.br +\[bu] Replace failed PVs in RaidLV. .B lvconvert \-\-replace @@ -502,6 +505,9 @@ Change the type of log used by MirrorLV. VG/MirrorLV .br \[bu] +Options \-\-background, \-\-interval. +.br +\[bu] Replace failed PVs in MirrorLV. .B lvconvert \-\-type linear diff --git a/tools/lvconvert.c b/tools/lvconvert.c index 4563adeb4..d6824d8f0 100644 --- a/tools/lvconvert.c +++ b/tools/lvconvert.c @@ -534,6 +534,7 @@ static int _read_params(struct cmd_context *cmd, int argc, char **argv, if (arg_outside_list_is_set(cmd, "cannot be used with --repair", repair_ARG, alloc_ARG, usepolicies_ARG, + background_ARG, interval_ARG, force_ARG, noudevsync_ARG, test_ARG, -1)) return_0;