1
0
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:
Alasdair Kergon 2006-07-04 18:51:59 +00:00
parent 1d1cbf65eb
commit 43137a6b7f

View File

@ -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);