diff options
author | Martin Schwenke <martin@meltin.net> | 2018-03-15 16:28:17 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2018-03-19 02:23:17 +0100 |
commit | 689259be02624b992634aa1ce8addb0ebfc69c51 (patch) | |
tree | 891d905a262b0f0c2bdc20511af9e7a9f3230c6c /ctdb/ib | |
parent | a6054c01c29c2507e0d5a6aa110fee4fd5c5eeb9 (diff) | |
download | samba-689259be02624b992634aa1ce8addb0ebfc69c51.tar.gz |
ctdb-ib: Drop a bit-rotted test example from the README
This hasn't worked as advertised for a long time.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/ib')
-rw-r--r-- | ctdb/ib/README.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ctdb/ib/README.txt b/ctdb/ib/README.txt index 40419829ca2..e238a1d9126 100644 --- a/ctdb/ib/README.txt +++ b/ctdb/ib/README.txt @@ -8,12 +8,3 @@ export CFLAGS="-I/usr/local/ofed/include -L/usr/local/ofed/lib" After then: ./configure --enable-infiniband - -Example for testing -=================== -bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.1 -bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.2 - -where 2nodes_rm.txt: -10.0.0.1 -10.0.0.2 |