disable vswitch controller
-
Hey,
Is it possible to undo the activation of the SDN Controller.
I have already deactivated it via the settings and plugins.
However, I still get the error message.vif.set { "allowedIpv4Addresses": [ "10.0.0.1" ], "allowedIpv6Addresses": [], "id": "123e4567-e89b-12d3-a456-426614174000" } { "code": "OPERATION_NOT_ALLOWED", "params": [ "A vswitch controller is active" ], "call": { "method": "VIF.set_locking_mode", "params": [ "OpaqueRef:123e4567-e89b-12d3-a456-426614174000", "locked" ] }, "message": "OPERATION_NOT_ALLOWED(A vswitch controller is active)", "name": "XapiError", "stack": "XapiError: OPERATION_NOT_ALLOWED(A vswitch controller is active) at Function.wrap (file:///opt/xo/xo-builds/xen-orchestra-202402061623/packages/xen-api/_XapiError.mjs:16:12) at file:///opt/xo/xo-builds/xen-orchestra-202402061623/packages/xen-api/transports/json-rpc.mjs:35:21" }
-
@sb2014 Did you try
xe sdn-controller-forget uuid=<uuid of sdn-controller>
at the console from Unable to set XCP-ng VIFs to Locked? Not the same issue, but maybe a solution.Could you please format the output in your post as code (insert ``` before and after the output)? This really helps with readability.
-
@gskger works thanks
-
-