]> sourceware.org Git - lvm2.git/commitdiff
dev-cache: change message level to debug
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 23 Apr 2021 19:58:06 +0000 (21:58 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 23 Apr 2021 20:58:45 +0000 (22:58 +0200)
This case happens when i.e. we convert LV to another type,
when we change existing LV into a different type - so change
to debug level and avoid confusing users with message about
Device path  not match.

We may eventually enhnace caching code to drop cached info
after taking lock and reading VG.

lib/device/dev-cache.c

index 112296a81113f506b985d2ba54a325243f2306ab..aa93b575879954f9902a098be28bf1dfe906cade 100644 (file)
@@ -1490,7 +1490,7 @@ struct device *dev_cache_get(struct cmd_context *cmd, const char *name, struct d
         * Remove incorrect info and then add new dev-cache entry.
         */
        if (dev && (st.st_rdev != dev->dev)) {
-               log_print("Device path %s does not match %d:%d %s.",
+               log_debug("Device path %s does not match %d:%d %s.",
                          name, (int)MAJOR(dev->dev), (int)MINOR(dev->dev), dev_name(dev));
 
                dm_hash_remove(_cache.names, name);
This page took 0.043993 seconds and 5 git commands to generate.