[pve-devel] [PATCH docs] cluster: document multilple clusters in same network
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jan 17 15:54:58 CET 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
pvecm.adoc | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pvecm.adoc b/pvecm.adoc
index 36d18c2..63e220f 100644
--- a/pvecm.adoc
+++ b/pvecm.adoc
@@ -104,6 +104,19 @@ To check the state of your cluster use:
hp1# pvecm status
+Multiple Clusters In Same Network
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can create multiple clusters in the same physical or logical network. But,
+for this to work they all must have an unique cluster name, as its the
+identifier of the clusters multicast group address. If this prerequisite is
+fulfilled the different clusters won't interfere with each other.
+
+If multiple clusters operate in a single network it may be beneficial to setup
+an IGMP querier and enable IGMP Snooping in said network. This may reduce the
+load of the network significantly because multicast packages get only delivered
+to endpoints of the respective member nodes.
+
Adding Nodes to the Cluster
---------------------------
--
2.11.0
More information about the pve-devel
mailing list