Skip to content

Commit

Permalink
This removes the A100 node from GPU PCI passthrough
Browse files Browse the repository at this point in the history
This leaves us with the V100 available for VM passthrough
  • Loading branch information
naved001 committed Dec 5, 2024
1 parent 21debbb commit 226819d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
files:
- contents:
compression: ""
source: data:,options%20vfio-pci%20ids%3D10de%3A1db6%2C10de%3A20b0%0A
source: data:,options%20vfio-pci%20ids%3D10de%3A1db6%0A
mode: 420
overwrite: true
path: /etc/modprobe.d/vfio.conf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ storage:
overwrite: true
contents:
inline: |
options vfio-pci ids=10de:1db6,10de:20b0
options vfio-pci ids=10de:1db6
- path: /etc/modules-load.d/vfio-pci.conf
mode: 0644
overwrite: true
Expand Down
2 changes: 0 additions & 2 deletions virt/overlays/nerc-ocp-test/hyperconverged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ spec:
pciHostDevices:
- pciDeviceSelector: "10DE:1DB6"
resourceName: "nvidia.com/GV100GL_Tesla_V100"
- pciDeviceSelector: "10DE:20B0"
resourceName: "nvidia.com/A100_SXM4_40GB"

0 comments on commit 226819d

Please sign in to comment.