1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

filters: Add NVM Express (nvme).

This commit is contained in:
Alasdair G Kergon 2013-10-09 20:08:07 +01:00
parent 1b91847beb
commit 7bed6d1263
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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, ""}
};