summaryrefslogtreecommitdiff
path: root/tools/pvresize.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pvresize.c')
-rw-r--r--tools/pvresize.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pvresize.c b/tools/pvresize.c
index 0b055e6ef..04f6e9361 100644
--- a/tools/pvresize.c
+++ b/tools/pvresize.c
@@ -70,6 +70,8 @@ int pvresize(struct cmd_context *cmd, int argc, char **argv)
goto out;
}
+ set_pv_notify(cmd);
+
params.new_size = arg_uint64_value(cmd, physicalvolumesize_ARG,
UINT64_C(0));