diff --git a/WHATS_NEW b/WHATS_NEW index 5ac3090b9..5b81d520c 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.99 - =================================== + Synchronize with udev in pvscan --cache and fix dangling udev_sync cookies. Fix autoactivation to not autoactivate VG/LV on each change of the PVs used. Limit RAID device replacement to repair only if LV is not in-sync. Disallow RAID device replacement or repair on inactive LVs. diff --git a/tools/pvscan.c b/tools/pvscan.c index c2e6f5c35..1e844c59c 100644 --- a/tools/pvscan.c +++ b/tools/pvscan.c @@ -241,6 +241,7 @@ static int _pvscan_lvmetad(struct cmd_context *cmd, int argc, char **argv) } out: + sync_local_dev_names(cmd); unlock_vg(cmd, VG_GLOBAL); return ret;