diff --git a/WHATS_NEW b/WHATS_NEW index 1b1181d38..2413b6b82 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.89 - ================================== + Avoid 'mda inconsistency' by properly registering UNLABELLED_PV flag (2.02.86). Fix --enable-static_link unless using --enable-dmeventd / --enable-udev_sync. Move gentoo MAKEDEV to /sbin in lvm2create_initrd. Add filter to avoid scan of device if it is part of active multipath. diff --git a/lib/format_text/flags.c b/lib/format_text/flags.c index a65736d34..9b2788f4c 100644 --- a/lib/format_text/flags.c +++ b/lib/format_text/flags.c @@ -45,6 +45,7 @@ static const struct flag _pv_flags[] = { {ALLOCATABLE_PV, "ALLOCATABLE", STATUS_FLAG}, {EXPORTED_VG, "EXPORTED", STATUS_FLAG}, {MISSING_PV, "MISSING", COMPATIBLE_FLAG}, + {UNLABELLED_PV, NULL, 0}, {0, NULL, 0} };