#define CTDB_PATH "/tmp/ctdb.socket"
/* default ctdb port number */
-#define CTDB_PORT 9001
+#define CTDB_PORT 4379
/* we must align packets to ensure ctdb works on all architectures (eg. sparc) */
#define CTDB_DS_ALIGNMENT 8
<h2>TCP port to use for CTDB</h2>
-CTDB defaults to use TCP port 9001 for its traffic.<p>
+CTDB defaults to use TCP port 4379 for its traffic.<p>
Configuring a different port to use for CTDB traffic is done by adding
a ctdb entry to the /etc/services file.<p>
talking to each other.<p>
There should be one TCP connection from the private ip address on each
-node to TCP port 9001 on each of the other nodes in the cluster.
+node to TCP port 4379 on each of the other nodes in the cluster.
<pre>
- onnode all netstat -tn | grep 9001
+ onnode all netstat -tn | grep 4379
</pre>