mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-19 14:04:17 +03:00
1901a47df1
Fix commit 847f1dd99cb74 "device_id: rewrite validation of devname entries" which began calling device_ids_refresh() in cases where it was unnecessary, leading to extra PV searches and warnings. Specifically, a command like "lvs <vg>" would use the hints file to scan only devices for the named VG. This means that scanning other PVs would be skipped, and device IDs of those PVs could not be validated because there are no PVID values to verify. This missing info would cause messages about the missing info, and would cause device_ids_refresh to search for the PVs that had been intentionally skipped.