mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
If VG is already consistent with --removemissing, return success not failure.
This commit is contained in:
parent
1d1cbf65eb
commit
43137a6b7f
@ -476,7 +476,7 @@ int vgreduce(struct cmd_context *cmd, int argc, char **argv)
|
||||
log_error("Volume group \"%s\" is already consistent",
|
||||
vg_name);
|
||||
unlock_vg(cmd, vg_name);
|
||||
return ECMD_FAILED;
|
||||
return ECMD_PROCESSED;
|
||||
}
|
||||
|
||||
init_partial(1);
|
||||
|
Loading…
Reference in New Issue
Block a user