diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 08:06:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:59:19 -0500 |
commit | d4e2d157cbce5a1cdc75efb5ced75d9608a0f7df (patch) | |
tree | 7de0e90e6ed07036a895cb11e838732bf52fc796 /source4/cluster/ctdb/direct/README | |
parent | 37363d45b771e70deeb207f71f948c06ee7d3b3b (diff) | |
download | samba-d4e2d157cbce5a1cdc75efb5ced75d9608a0f7df.tar.gz samba-d4e2d157cbce5a1cdc75efb5ced75d9608a0f7df.tar.bz2 samba-d4e2d157cbce5a1cdc75efb5ced75d9608a0f7df.zip |
r23805: this directory is not used any more
(This used to be commit 3121f914938e896f9e6c547c108a216b4b026c69)
Diffstat (limited to 'source4/cluster/ctdb/direct/README')
-rw-r--r-- | source4/cluster/ctdb/direct/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/cluster/ctdb/direct/README b/source4/cluster/ctdb/direct/README deleted file mode 100644 index bc87d060cb..0000000000 --- a/source4/cluster/ctdb/direct/README +++ /dev/null @@ -1,12 +0,0 @@ -Run ./direct/ctdbd.sh to start a cluster with two ctdb nodes -They will listen for clients on the unix domain sockets -/tmp/ctdb.socket.127.0.0.1 -/tmp/ctdb.socket.127.0.0.2 - -In order for this to work you must have an interface with the address 127.0.0.2 available. -Just create this as an alias for loopback. - - -Then run ./direct/ctdbd_test to connect a client to the ctdbd daemon on /tmp/ctdb.socket.127.0.0.1 and do some commands to it across the domain socket. - - |