Replies: 3 comments 18 replies
-
Could you provide an example use? Multiple named documents should be supported |
Beta Was this translation helpful? Give feedback.
0 replies
-
When i try to name the document i receive a validation error # Editing MachineConfigs.config.talos.dev/v1alpha1 at node 192.168.91.9
#
# 1 error occurred:
# * 192.168.91.9: rpc error: code = InvalidArgument desc = unknown keys found during decoding:
# name: bind1
#
#
#
---
apiVersion: v1alpha1
kind: PCIDriverRebindConfig
name: bind1
pciID: 0000:0a:00.0
targetDriver: vfio-pci
--- |
Beta Was this translation helpful? Give feedback.
1 reply
-
Im trying to rebind 2 different pci devices to vfio driver and so i tried creating 2 separate documents and naming them, since unnamed documents can only be supplied once in the machine config. I was using this documentation as a reference https://www.talos.dev/v1.9/reference/configuration/ |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i've been testing the new machine config document for rebinding pci devices to vfio driver, but i was wondering is it possible to rebind multiple devices ? I tried adding separate documents for each id but it wouldnt allow to have duplicates , i also tried naming them but that isnt allowed aswell.
Beta Was this translation helpful? Give feedback.
All reactions