summaryrefslogtreecommitdiffstats
path: root/tools/vgscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vgscan.c')
-rw-r--r--tools/vgscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vgscan.c b/tools/vgscan.c
index 97e0a577..e1eb69f2 100644
--- a/tools/vgscan.c
+++ b/tools/vgscan.c
@@ -56,7 +56,7 @@ int vgscan(struct cmd_context *cmd, int argc, char **argv)
log_print("Reading all physical volumes. This may take a while...");
- maxret = process_each_vg(cmd, argc, argv, LCK_VG_READ, 1, NULL,
+ maxret = process_each_vg(cmd, argc, argv, LCK_VG_READ, 0, NULL,
&vgscan_single);
if (arg_count(cmd, mknodes_ARG)) {