]> git.proxmox.com Git - pve-docs.git/blobdiff - pvecm.adoc
fixup: s/devies/devices/
[pve-docs.git] / pvecm.adoc
index 0144d113a3adacc9bdd9784a5590e315525b7e82..4b4747faedd6530cccef51073bfedf99c14951cd 100644 (file)
@@ -180,7 +180,7 @@ Votequorum information
 Expected votes:   4
 Highest expected: 4
 Total votes:      4
-Quorum:           2
+Quorum:           3
 Flags:            Quorate
 
 Membership information
@@ -290,7 +290,7 @@ Votequorum information
 Expected votes:   3
 Highest expected: 3
 Total votes:      3
-Quorum:           3
+Quorum:           2
 Flags:            Quorate
 
 Membership information
@@ -778,7 +778,7 @@ subsystem based on an external running third-party arbitrator's decision.
 Its primary use is to allow a cluster to sustain more node failures than
 standard quorum rules allow. This can be done safely as the external device
 can see all nodes and thus choose only one set of nodes to give its vote.
-This will only be done if said set of nodes can quorate (again) when
+This will only be done if said set of nodes can have quorum (again) when
 receiving the third-party vote.
 
 Currently only 'QDevice Net' is supported as a third-party arbitrator. It is
@@ -893,14 +893,38 @@ Frequently Asked Questions
 Tie Breaking
 ^^^^^^^^^^^^
 
-In case of a tie, where two same-sized cluster partitions cannot see each
-other but the QDevice, the QDevice chooses randomly one of those partitions and
+In case of a tie, where two same-sized cluster partitions cannot see each other
+but the QDevice, the QDevice chooses randomly one of those partitions and
 provides a vote to it.
 
-Still TODO
-^^^^^^^^^^
+Possible Negative Implications
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+For clusters with an even node count there are no negative implications when
+setting up a QDevice. If it fails to work, you are as good as without QDevice at
+all.
+
+Adding/Deleting Nodes After QDevice Setup
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If you want to add a new node or remove an existing one from a cluster with a
+QDevice setup, you need to remove the QDevice first. After that, you can add or
+remove nodes normally. Once you have a cluster with an even node count again,
+you can set up the QDevice again as described above.
+
+Removing the QDevice
+^^^^^^^^^^^^^^^^^^^^
+
+If you used the official `pvecm` tool to add the QDevice, you can remove it
+trivially by running:
+
+----
+pve# pvecm qdevice remove
+----
 
-There ist still stuff to add here
+//Still TODO
+//^^^^^^^^^^
+//There ist still stuff to add here
 
 
 Corosync Configuration