In our environment, eth2,3,4,5 is assigned to br0. The bonding policy uses active-backup and the current active interface is eth2.
I want to leave only eth2,3 in br0 with the following command while the cluster is online.
allssh manage_ovs --bridge_name br0 --bond_name br0-up --interfaces eth2,eth3 update_uplinks
1. Is it possible to proceed without stopping the cluster?
2. What if I need to stop the cluster?