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:
parent
1b91847beb
commit
7bed6d1263
@ -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.
|
||||
|
@ -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, ""}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user