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

filters: Add STEC skd and Violin vtms devices

This commit is contained in:
Alasdair G Kergon 2012-11-26 14:55:17 +00:00
parent 1ef9831018
commit 8c49aa79e7
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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}.
Support discards for non-power-of-2 thin pool chunks.
Automatically restore MISSING PVs with no MDAs.

View File

@ -56,5 +56,7 @@ static const device_info_t _device_info[] = {
{"blkext", 1}, /* Extended device partitions */
{"fio", 16}, /* Fusion */
{"mtip32xx", 16}, /* Micron PCIe SSDs */
{"vtms", 16}, /* Violin Memory */
{"skd", 16}, /* STEC */
{"", 0}
};