ovs setup problem | Nutanix Community
Skip to main content
Question

ovs setup problem

  • September 1, 2020
  • 3 replies
  • 443 views

Forum|alt.badge.img+1

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?

This topic has been closed for comments

3 replies

Forum|alt.badge.img+4

Hi its, recommend putting host and CVM into maintenance mode prior to doing any changes to avoid downtime.

 

Refer this Guide

https://portal.nutanix.com/page/documents/kbs/details?targetId=kA00e000000CubdCAC

 


  • Voyager
  • 1 reply
  • September 4, 2020

 

a

 


Forum|alt.badge.img+17
  • Outrider
  • 62 replies
  • September 8, 2020

Basically the manage_ovs command will recreate the bond interface so you might get the link down in 1 or 2 seconds. What the “recreate” means is that it will delete the current bond interface and then add the uplinks to a newly created bond interface based on the parameters you provide.

So my recommendation is that you should put the host into maintenance mode before doing anything relates to network configuration.