summaryrefslogtreecommitdiffstats
path: root/tools/vgscan.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-01-17 18:24:28 +0000
committerAlasdair Kergon <agk@redhat.com>2005-01-17 18:24:28 +0000
commit73543ee70d5ebbc72a4cca62a6c98e99e35dcbc6 (patch)
tree293af80f3925e7c6041a4560244a9b503c94357b /tools/vgscan.c
parent5c7fc7c4f7b0d489512ccf11f3301ca50da5272a (diff)
downloadlvm2-73543ee70d5ebbc72a4cca62a6c98e99e35dcbc6.tar.gz
lvm2-73543ee70d5ebbc72a4cca62a6c98e99e35dcbc6.tar.xz
lvm2-73543ee70d5ebbc72a4cca62a6c98e99e35dcbc6.zip
Fix vgscan metadata auto-correction.
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)) {