summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-09-21 19:51:15 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-09-21 19:51:15 +0100
commitce80d736848135851bb9961cec8cb361911fe455 (patch)
treeb1b48c6eeb7ec0c131780c3a01a69f278e38c249
parent804c25a81a297753aa60f47f36c21149e9479c22 (diff)
downloadlvm2-ce80d736848135851bb9961cec8cb361911fe455.tar.gz
lvmcache: Remove verbose msg when rescanning dev.
-rw-r--r--WHATS_NEW3
-rw-r--r--lib/cache/lvmcache.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 30f047ba5..cade4b2b1 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,6 +1,7 @@
Version 2.02.132 -
======================================
- Add origin_uuid, mirror_log_uuid, move_pv_uuid, convert_lv_uuid reporting fields.
+ Remove verbose message when rescanning an unchanged device. (2.02.119)
+ Add origin_uuid, mirror_log_uuid, move_pv_uuid, convert_lv_uuid report fields.
Add pool_lv_uuid, metadata_lv_uuid, data_lv_uuid reporting fields.
Fix PV label processing failure after pvcreate in lvm shell with lvmetad.
diff --git a/lib/cache/lvmcache.c b/lib/cache/lvmcache.c
index cfa1d5f22..c495fa744 100644
--- a/lib/cache/lvmcache.c
+++ b/lib/cache/lvmcache.c
@@ -1871,8 +1871,8 @@ struct lvmcache_info *lvmcache_add(struct labeller *labeller, const char *pvid,
* device already exists? Things don't seem to work
* if we do that for some reason.
*/
- log_verbose("Found same device %s with same pvid %s",
- dev_name(existing->dev), pvid_s);
+ log_debug_cache("Found same device %s with same pvid %s",
+ dev_name(existing->dev), pvid_s);
}
/*