]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-doc: Improve private and public network documentation
authorMartin Schwenke <mschwenke@ddn.com>
Wed, 14 Jan 2026 04:30:55 +0000 (15:30 +1100)
committerVolker Lendecke <vl@samba.org>
Mon, 9 Feb 2026 11:17:41 +0000 (11:17 +0000)
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
ctdb/doc/ctdb.7.xml

index be2dd5e5b65c3cdacfc7d3a8c7575f936bb9878d..bb280d058a572dd3a3787736333413d4f481698c 100644 (file)
        Private addresses should not be used by clients to connect to
        services provided by the cluster.
       </para>
+
+      <para>
+       Note that CTDB is not resilient to private network interface
+       failures.  CTDB will notice when a node becomes disconnected
+       and will exclude it from the cluster.  Standard mechanisms
+       such as bonding can be used to improve resilience of the
+       private network.
+      </para>
+
       <para>
         It is strongly recommended that the private addresses are
         configured on a private network that is separate from client
         more other nodes in the cluster.  This ensures that services
         provided by all public addresses are always available to
         clients, as long as there are nodes available capable of
-        hosting this address.
+        hosting each address.
+      </para>
+
+      <para>
+       Note that public addresses must be on different networks to
+       private addresses.  CTDB uses the private network to
+       coordinate failover of public addresses.  This means that
+       public addresses can not be failed over if the private network
+       is not operational.
       </para>
 
       <para>