Hi,
I am trying to make use of a box with multiple GPU PCIE passthroughs to pass to a single VM. At this point, I have 7 GPUs, of which, I can get any 4 to correctly pass onto a VM, but I can't get more than that to pass. Is there a way to get more entries?
<< /etc/pve/nodes/host/qemu-server/101.conf >>:
Here's my config:
balloon: 2048
bootdisk: ide0
cores: 2
hostpci0: 08:00,pcie=1
#hostpci0: 84:00,pcie=1
hostpci1: 04:00,pcie=1
hostpci2: 05:00,pcie=1
hostpci3: 83:00,pcie=1
hostpci4: 84:00,pcie=1
hostpci5: 87:00,pcie=1
#hostpci6: 03:00,pcie=1
ide0: SSD-Raid0:vm-101-disk-1,size=32G
ide2: none,media=cdrom
machine: q35
memory: 16384
name: guest
net0: bridge=vmbr1,firewall=1,e1000=62:62:66:63:31:63
numa: 1
ostype: l26
smbios1: uuid=869e2c94-13c6-438d-b36f-30419d5e3556
sockets: 2
And here's the error I get when I try to pass the hostpci4 and hostpci5 entries (devices 5 and 6):
# qm start 101
vm 101 - unable to parse value of 'hostpci4' - unknown setting 'hostpci4'
vm 101 - unable to parse value of 'hostpci5' - unknown setting 'hostpci5'
vm 101 - unable to parse value of 'hostpci4' - unknown setting 'hostpci4'
vm 101 - unable to parse value of 'hostpci5' - unknown setting 'hostpci5'
I am trying to make use of a box with multiple GPU PCIE passthroughs to pass to a single VM. At this point, I have 7 GPUs, of which, I can get any 4 to correctly pass onto a VM, but I can't get more than that to pass. Is there a way to get more entries?
<< /etc/pve/nodes/host/qemu-server/101.conf >>:
Here's my config:
balloon: 2048
bootdisk: ide0
cores: 2
hostpci0: 08:00,pcie=1
#hostpci0: 84:00,pcie=1
hostpci1: 04:00,pcie=1
hostpci2: 05:00,pcie=1
hostpci3: 83:00,pcie=1
hostpci4: 84:00,pcie=1
hostpci5: 87:00,pcie=1
#hostpci6: 03:00,pcie=1
ide0: SSD-Raid0:vm-101-disk-1,size=32G
ide2: none,media=cdrom
machine: q35
memory: 16384
name: guest
net0: bridge=vmbr1,firewall=1,e1000=62:62:66:63:31:63
numa: 1
ostype: l26
smbios1: uuid=869e2c94-13c6-438d-b36f-30419d5e3556
sockets: 2
And here's the error I get when I try to pass the hostpci4 and hostpci5 entries (devices 5 and 6):
# qm start 101
vm 101 - unable to parse value of 'hostpci4' - unknown setting 'hostpci4'
vm 101 - unable to parse value of 'hostpci5' - unknown setting 'hostpci5'
vm 101 - unable to parse value of 'hostpci4' - unknown setting 'hostpci4'
vm 101 - unable to parse value of 'hostpci5' - unknown setting 'hostpci5'