The update of a virtual switch vs0 failed at nutanix single node clusters because the cluster is unable to perform a rolling reboot. You have to convert the switch and change the uplinks via the old manage_ovs commands and convert it back:
- Disable the cluster VS(No downtime)
- acli net.disable_virtual_switch
- Then upgrade the bridge via the CVM
with the correct details:
- Uplink with LACP:
i. manage_ovs
--bridge_name br0 --interfaces <interface names>
--bond_name br0-up --bond_mode
balance-tcp --lacp_mode fast --lacp_fallback true update_uplinks
- Uplink without LACP:
i. manage_ovs
--bridge_name br0 --interfaces <interface names>
--bond_name br0-up --bond_mode <active-backup/balanced-slb> update_uplinks
- Then verify connectivity to the CVM
and AHV host
- Migrate the bridge back to a VS:
- acli net.migrate_br_to_virtual_switch br0
vs_name=vs0
Keine Kommentare:
Kommentar veröffentlichen