I've been trying to get my new LSI9211-8i IT mode sas controller passed through to a VM and I've run into a ton of problems but I've got to a point where I've gone through PCI(e) passthrough documentation
I am able to have the VM boot when I have not added the card in the hardware tab of the VM but as soon as I add the card I get
as well as I lose access to all the drives in the disk manager of proxmox web GUI until I reboot the whole server. When I run lspci I get the device as
My configs for /etc/modprobe.d/pve-blacklist.conf are
I would love any help anyone can provide
Thanks,
Chris
https://pve.proxmox.com/wiki/Pci_passthrough#Verify_Operation
and this documentation that tells me how to blacklist the device https://pve.proxmox.com/wiki/PCI(e)_Passthrough
.I am able to have the VM boot when I have not added the card in the hardware tab of the VM but as soon as I add the card I get
kvm: -device vfio-pci,host=0000:04:00.0,id=hostpci0,bus=pci.0,addr=0x10,rombar=0: vfio 0000:04:00.0: failed to setup container for group 17: Failed to set iommu for container: Operation not permitted TASK ERROR: start failed: QEMU exited with code 1
as well as I lose access to all the drives in the disk manager of proxmox web GUI until I reboot the whole server. When I run lspci I get the device as
04:00.0 Serial Attached SCSI controller [0107]: Broadcom / LSI SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] [1000:0072] (rev 03)
.My configs for /etc/modprobe.d/pve-blacklist.conf are
# This file contains a list of modules which are not supported by Proxmox VE
# nidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
blacklist nvidiafb
options vfio-pci ids=1000,0072
I would love any help anyone can provide
Thanks,
Chris