diff --git a/lib/cache/lvmcache.c b/lib/cache/lvmcache.c index 7534567f6..e88d3509c 100644 --- a/lib/cache/lvmcache.c +++ b/lib/cache/lvmcache.c @@ -1251,6 +1251,9 @@ int lvmcache_label_scan(struct cmd_context *cmd) goto out; } + if (!refresh_filters(cmd)) + log_error("Scan failed to refresh device filter."); + /* * Duplicates found during this label scan are added to _found_duplicate_devs(). */