mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
filters: Add STEC skd and Violin vtms devices
This commit is contained in:
parent
1ef9831018
commit
8c49aa79e7
@ -1,5 +1,7 @@
|
|||||||
Version 2.02.99 -
|
Version 2.02.99 -
|
||||||
===================================
|
===================================
|
||||||
|
Recognise STEC skd devices in filter.
|
||||||
|
Recognise Violin Memory vtms devices in filter.
|
||||||
Add lvm.conf thin pool defs thin_pool_{chunk_size|discards|zero}.
|
Add lvm.conf thin pool defs thin_pool_{chunk_size|discards|zero}.
|
||||||
Support discards for non-power-of-2 thin pool chunks.
|
Support discards for non-power-of-2 thin pool chunks.
|
||||||
Automatically restore MISSING PVs with no MDAs.
|
Automatically restore MISSING PVs with no MDAs.
|
||||||
|
@ -56,5 +56,7 @@ static const device_info_t _device_info[] = {
|
|||||||
{"blkext", 1}, /* Extended device partitions */
|
{"blkext", 1}, /* Extended device partitions */
|
||||||
{"fio", 16}, /* Fusion */
|
{"fio", 16}, /* Fusion */
|
||||||
{"mtip32xx", 16}, /* Micron PCIe SSDs */
|
{"mtip32xx", 16}, /* Micron PCIe SSDs */
|
||||||
|
{"vtms", 16}, /* Violin Memory */
|
||||||
|
{"skd", 16}, /* STEC */
|
||||||
{"", 0}
|
{"", 0}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user