summaryrefslogtreecommitdiff
path: root/tools/vgscan.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-03-21 22:40:35 +0000
committerAlasdair Kergon <agk@redhat.com>2005-03-21 22:40:35 +0000
commite5b836d2d6fff26ea1589482ef0982e99227c98d (patch)
treef97b4ec656fd63e05d61f696568739aa24024f0b /tools/vgscan.c
parent162d85b97bf5528720ce711f0e2a26d6f122eca7 (diff)
downloadlvm2-e5b836d2d6fff26ea1589482ef0982e99227c98d.tar.gz
Improve detection of external changes affecting internal cache.
Diffstat (limited to 'tools/vgscan.c')
-rw-r--r--tools/vgscan.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/vgscan.c b/tools/vgscan.c
index e1eb69f24..ced50a5af 100644
--- a/tools/vgscan.c
+++ b/tools/vgscan.c
@@ -48,10 +48,7 @@ int vgscan(struct cmd_context *cmd, int argc, char **argv)
return EINVALID_CMD_LINE;
}
- log_verbose("Wiping cache of LVM-capable devices");
persistent_filter_wipe(cmd->filter);
-
- log_verbose("Wiping internal cache");
lvmcache_destroy();
log_print("Reading all physical volumes. This may take a while...");