metal-stack / csi-driver-lvm

MIT License
121 stars 26 forks source link

Support disk type identifying #14

Open leanenkaa opened 4 years ago

leanenkaa commented 4 years ago

Identify and group disk not only by device pattern but also by type of the disk(ssd,hdd,nvme). So we can use disks with similar type in one LVM volume group. We can't use device pattern in every case, /dev/sda can be hdd and /dev/sdb can be ssd.

mwennrich commented 4 years ago

devicespattern can be comma seperated list, so you can use e.g. "/dev/sda,/dev/sdc"