diff --git a/WHATS_NEW b/WHATS_NEW index dd274da93..a87a906e8 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.104 =================================== + Recognise NVM Express devices in filter. Fix failing metadata repair when lvmetad is used. Fix incorrect memory handling when reading messages from lvmetad. Fix locking in lvmetad when handling the PV which is gone. diff --git a/lib/device/device-types.h b/lib/device/device-types.h index d25c2f088..d71687877 100644 --- a/lib/device/device-types.h +++ b/lib/device/device-types.h @@ -61,5 +61,6 @@ static const dev_known_type_t _dev_known_types[] = { {"skd", 16, "STEC"}, {"scm", 8, "Storage Class Memory (IBM S/390)"}, {"bcache", 1, "bcache block device cache"}, + {"nvme", 64, "NVM Express"}, {"", 0, ""} };