From dae0822698327e81f467c3594141d70cdafca331 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Thu, 23 Feb 2012 13:11:07 +0000 Subject: The lvmetad client-side integration. Only active when use_lvmetad = 1 is set in lvm.conf *and* lvmetad is running. --- tools/pvremove.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/pvremove.c') diff --git a/tools/pvremove.c b/tools/pvremove.c index 5a8884c9..655214e0 100644 --- a/tools/pvremove.c +++ b/tools/pvremove.c @@ -128,6 +128,8 @@ static int pvremove_single(struct cmd_context *cmd, const char *pv_name, goto error; } + lvmetad_pv_gone(dev->dev); + log_print("Labels on physical volume \"%s\" successfully wiped", pv_name); -- cgit