Hi!
I'm trying to stop proxmox from mounting some mdadm lvm's on disks attached to a LSi hba during proxmox boot.
I've added the following 2 lines to /etc/modprobe.d/blacklist.conf:
softdep mpt3sas pre: vfio-pci
options vfio-pci ids=1000:00ac
But they are still being seen during boot and can be seen in the pve disks tab.
This causes a problem as when I then pass the pcie hba through to a virtual running xpenology the proxmox system must be looking for the lvms and starts to get hung tasks and eventually the webui goes unresponsive and rebooting via ssh takes ages as it waits for all the hung tasks (lvs, lvm etc)....
When do the lines I added to blacklist not hide the hba and therefore the disks?!
Help!
I'm trying to stop proxmox from mounting some mdadm lvm's on disks attached to a LSi hba during proxmox boot.
I've added the following 2 lines to /etc/modprobe.d/blacklist.conf:
softdep mpt3sas pre: vfio-pci
options vfio-pci ids=1000:00ac
But they are still being seen during boot and can be seen in the pve disks tab.
This causes a problem as when I then pass the pcie hba through to a virtual running xpenology the proxmox system must be looking for the lvms and starts to get hung tasks and eventually the webui goes unresponsive and rebooting via ssh takes ages as it waits for all the hung tasks (lvs, lvm etc)....
When do the lines I added to blacklist not hide the hba and therefore the disks?!
Help!