]> git.proxmox.com Git - mirror_ovs.git/commit
RAFT: Add clarifying note for cluster/leave operation.
authorMark Michelson <mmichels@redhat.com>
Fri, 8 May 2020 21:00:27 +0000 (17:00 -0400)
committerBen Pfaff <blp@ovn.org>
Tue, 12 May 2020 19:00:05 +0000 (12:00 -0700)
commit43a6cf355455c70957893fb600b983c928173d5d
treeb147826511dad4e80749d1159fd474e9fe063dd1
parentdb5a066c17bdeaa7ecac08870331ae583f5ddfcc
RAFT: Add clarifying note for cluster/leave operation.

We had a user express confusion about the state of a cluster after using
cluster/leave. The user had a three server cluster and used
cluster/leave to remove two servers from the cluster. The user expected
that the single server left would not function since the quorum of two
servers for a three server cluster was not met.

In actuality, cluster/leave removes the server from the cluster and
alters the cluster size in the process. Thus the single remaining server
continued to function since quorum was reached.

This documentation change makes it a bit more explicit that
cluster/leave alters the size of the cluster and cites the three server
down to one server case as an example.

Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1798158
Acked-by: Han Zhou <hzhou@ovn.org>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovsdb/ovsdb-server.1.in