История изменений
Исправление Rubystar, (текущая версия) :
Спасибо, добрый человек! То, что нужно: В доке описан как раз мой случай:
To filter devices, you need to use the global_filter = setting. Devices that fail the global filter are not opened by LVM and are never scanned. You may need to use a global filter, for example, when you use LVM devices in VMs and you do not want the contents of the devices in the VMs to be scanned by the physical host.
Сделал так, чтобы сканировал только шину SCSI, а FC и другие не сканировал:
global_filter = [ "a|^/dev/disk/by-path/.*-scsi-.*|", "r/.*/" ]
Исходная версия Rubystar, :
Спасибо, добрый человек! То, что нужно: В доке описан как раз мой случай:
To filter devices, you need to use the global_filter = setting. Devices that fail the global filter are not opened by LVM and are never scanned. You may need to use a global filter, for example, when you use LVM devices in VMs and you do not want the contents of the devices in the VMs to be scanned by the physical host.