Hi
I have a R3.0 AIO-DX cluster. I have been able to get into a state twice where I try some cluster-wide config change, do a lock and unlock of controller-1 and it ends up being operational=disabled. A force lock-unlock or reboot does not help.
I have hit this twice:
1. Moving OAM_IF to a bonded interface
2. Trying to add OVS-DPDK. I did this (appx):
system modify --vswitch_type ovs-dpdk
system host-lock controller-1
system host-cpu-modify -f vswitch -p0 1 controller-1
system host-memory-modify -f vswitch -1G 1 controller-1 0
system host-memory-modify -f vswitch -1G 1 controller-1 1
system host-memory-modify controller-1 0 -1G 10
system host-memory-modify controller-1 1 -1G 10
system host-unlock controller-1
I was then planning to do swact from controller-0 and repeat the steps. But I end up with controller-1 as disabled.
How do I debug this?
Thanks in advance
Pratik