1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmcache: Remove verbose msg when rescanning dev.

This commit is contained in:
Alasdair G Kergon 2015-09-21 19:51:15 +01:00
parent 804c25a81a
commit ce80d73684
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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);
}
/*