From b804340f01874f1fa11e3b8f18d0a5cc086fe648 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 2 Mar 2012 02:55:45 +0000 Subject: Reinstate error if e.g. daemon comms fails. --- tools/pvremove.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/pvremove.c') diff --git a/tools/pvremove.c b/tools/pvremove.c index 779ab355..efd8cb7f 100644 --- a/tools/pvremove.c +++ b/tools/pvremove.c @@ -128,8 +128,9 @@ static int pvremove_single(struct cmd_context *cmd, const char *pv_name, goto out; } + /* FIXME Avoid error if we expect that daemon might not know device */ if (!lvmetad_pv_gone(dev->dev)) - log_debug("PV gone"); /* FIXME any better idea */ + goto_out; log_print("Labels on physical volume \"%s\" successfully wiped", pv_name); -- cgit