Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This removes the A100 node from GPU PCI passthrough #623

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading