diff options
author | Ronnie Sahlberg <sahlberg@ronnie> | 2007-07-06 15:29:03 +1000 |
---|---|---|
committer | Ronnie Sahlberg <sahlberg@ronnie> | 2007-07-06 15:29:03 +1000 |
commit | e1f774a95b2887b19376539354654c31667c0c98 (patch) | |
tree | 202b589b95ea2f1ab92ebcc63e41a6b75f085061 /ctdb/web | |
parent | 34e2c7302003d63cbb33a45d08d5323a1a03037b (diff) | |
download | samba-e1f774a95b2887b19376539354654c31667c0c98.tar.gz samba-e1f774a95b2887b19376539354654c31667c0c98.tar.xz samba-e1f774a95b2887b19376539354654c31667c0c98.zip |
use the official iana number for ctdb and not 9001
(This used to be ctdb commit f72aeb5eadb0bda97d882b5a27562bfa1bb5f5a2)
Diffstat (limited to 'ctdb/web')
-rw-r--r-- | ctdb/web/configuring.html | 2 | ||||
-rw-r--r-- | ctdb/web/testing.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/web/configuring.html b/ctdb/web/configuring.html index 7005900027..219edac19b 100644 --- a/ctdb/web/configuring.html +++ b/ctdb/web/configuring.html @@ -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> diff --git a/ctdb/web/testing.html b/ctdb/web/testing.html index 130b9bbb94..d0d39a35f8 100644 --- a/ctdb/web/testing.html +++ b/ctdb/web/testing.html @@ -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> |