I can pass through 4 individual Tesla P100's to 4 VMs but when combining to pass through any number above 1 i get the following error when running - dmesg | grep NVRM
1 of four works, but any amount over 1 the below output is produced.
I have seen this on Systems that cant decode above 4G,
My VMID.conf is attached.
I have tried: 1G, 2G and 4G. All return the same NVRM errors, Is there something im missing?
.
Thanks
1 of four works, but any amount over 1 the below output is produced.
Code:
admin@gpu-host:~$ dmesg | grep NVRM
[ 4.550588] NVRM: This PCI I/O region assigned to your NVIDIA device is invalid:
NVRM: BAR0 is 0M @ 0x0 (PCI:0000:02:00.0)
[ 4.550589] NVRM: The system BIOS may have misconfigured your GPU.
[ 4.550843] NVRM: This PCI I/O region assigned to your NVIDIA device is invalid:
NVRM: BAR0 is 0M @ 0x0 (PCI:0000:03:00.0)
[ 4.550844] NVRM: The system BIOS may have misconfigured your GPU.
[ 4.551092] NVRM: This PCI I/O region assigned to your NVIDIA device is invalid:
NVRM: BAR0 is 0M @ 0x0 (PCI:0000:04:00.0)
[ 4.551093] NVRM: The system BIOS may have misconfigured your GPU.
[ 4.551108] NVRM: The NVIDIA probe routine failed for 3 device(s).
[ 4.551109] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 410.78 Sat Nov 10 22:09:04 CST 2018 (using threaded interrupts)
I have seen this on Systems that cant decode above 4G,
My VMID.conf is attached.
Code:
agent: 1
bios: ovmf
bootdisk: scsi0
cores: 12
cpu: host
efidisk0: vm1028gq:vm-122-disk-1,size=128K
hostpci0: 05:00,pcie=1,x-vga=on
hostpci1: 06:00,pcie=1,x-vga=on
hostpci2: 84:00,pcie=1,x-vga=on
hostpci3: 85:00,pcie=1,x-vga=on
hugepages: 2
ide2: iso:iso/ubuntu-16.04.4-desktop-amd64.iso,media=cdrom
machine: q35
memory: 131072
name: U16.04-Tensor-Box
net0: virtio=DE:FC:7F:0B:27:04,bridge=vmbr1
numa: 1
ostype: l26
scsi0: vm1028gq:vm-122-disk-2,cache=writethrough,size=200G
scsihw: virtio-scsi-pci
smbios1: uuid=65d62e28-3f97-430b-be89-68567bc9fc2b
sockets: 2
args: -machine pc,max-ram-below-4g=4G
I have tried: 1G, 2G and 4G. All return the same NVRM errors, Is there something im missing?
.
Thanks