diff --git a/tools/pvremove.c b/tools/pvremove.c index 4c3628b7a..779ab3558 100644 --- a/tools/pvremove.c +++ b/tools/pvremove.c @@ -129,7 +129,7 @@ static int pvremove_single(struct cmd_context *cmd, const char *pv_name, } if (!lvmetad_pv_gone(dev->dev)) - goto_out; + log_debug("PV gone"); /* FIXME any better idea */ log_print("Labels on physical volume \"%s\" successfully wiped", pv_name);