On Mon, May 31, 2021 at 12:24:01PM -0400, Satish Patel wrote:
> 
> Folks,
> 
> I have few question related cluster member relationship. Let’s say I have 
> started following 3 node cluster 
> 
> 1. Node-1 ( first mode)
> 2. Node-2 ( join first node-1)
> 3. Node-3 (join first node-1)
> 
> Life is good till now. 
> 
> Node if some reason node-1 is dead ( total hardware failure), in this case if 
> I build fresh node-1 then am I going to join node-2 (or whoever the leader in 
> existing 2 node?) 
> 
> Or should I be destroying everything and rebuilding whole cluster in above 
> scenario? 
> 
> I’m trying to create ansible playbook to handle all these scenario to make 
> life easier. 

After node 2 joins the cluster, there's nothing special about node 1.
It's just a member of the cluster.  Similarly, after node 3 joins the
cluster, there's nothing special about any of the nodes.

"How to Maintain a Clustered Database" in ovsdb.7.rst describes how to
kick an unrecoverably dead node out of a cluster.  That works for any of
the nodes in the cluster.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to