Bond interface fails during syncLink #9444
Unanswered
Tenebresus
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Please run |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to setup openvswitch, where I want to connect a bond interface to a bridge. But in the kernel logs I see the following error:
[talos] controller failed {"component": "controller-runtime", "controller": "network.LinkSpecController", "error": "1 error occurred:\n\t* error enslaving/unslaving link \"bond1\" under \"\": netlink receive: operation not supported\n\n"}
In the code I found the following function that is responsible for throwing this error:
talos/internal/app/machined/pkg/controllers/network/link_spec.go
Line 200 in 6a01437
Does anyone have any experience with attaching a bond interface to an openvswitch bridge? And can someone explain to me why Talos wants to enslave the bond interface under an empty master?
This is my network config for the bond interface:
Beta Was this translation helpful? Give feedback.
All reactions