]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
use the official iana number for ctdb and not 9001
authorRonnie Sahlberg <sahlberg@ronnie>
Fri, 6 Jul 2007 05:29:03 +0000 (15:29 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Fri, 6 Jul 2007 05:29:03 +0000 (15:29 +1000)
(This used to be ctdb commit f72aeb5eadb0bda97d882b5a27562bfa1bb5f5a2)

ctdb/include/ctdb_private.h
ctdb/web/configuring.html
ctdb/web/testing.html

index 01aa629afa37f5103ac96fae99a3e27ac75eb215..8108ccd516802c4f8bfa23701b71ee5009d8b7e0 100644 (file)
@@ -29,7 +29,7 @@
 #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
index 70059000275093e12f469b078e7e9e6d4a92de5e..219edac19b97a9e038ce427aa08268ab8bdbf280 100644 (file)
@@ -178,7 +178,7 @@ be aware of the HA features of CTDB.
 
 <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>
index 130b9bbb94b243920b783c8647bb058f4ec76aa3..d0d39a35f8dca08603d859d5c61763863ed4ffce 100644 (file)
@@ -19,9 +19,9 @@ Once all CTDB nodes have started, verify that they are correctly
 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>