summaryrefslogtreecommitdiff
path: root/tools/pvchange.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pvchange.c')
-rw-r--r--tools/pvchange.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pvchange.c b/tools/pvchange.c
index 91e93c1e7..a47fc87cf 100644
--- a/tools/pvchange.c
+++ b/tools/pvchange.c
@@ -213,6 +213,8 @@ int pvchange(struct cmd_context *cmd, int argc, char **argv)
}
}
+ set_pv_notify(cmd);
+
ret = process_each_pv(cmd, argc, argv, NULL, READ_FOR_UPDATE, handle, _pvchange_single);
if (!argc)