Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
README.txt | 2007-04-03 02:00 | 460 | ||
config.m4 | 2007-04-03 02:00 | 962 | ||
ibw_ctdb.c | 2007-04-13 10:39 | 4.9K | ||
ibw_ctdb.h | 2007-04-13 10:39 | 1.5K | ||
ibw_ctdb_init.c | 2007-04-19 01:30 | 5.1K | ||
ibwrapper.c | 2007-04-03 02:00 | 36K | ||
ibwrapper.h | 2007-04-03 02:00 | 6.6K | ||
ibwrapper_internal.h | 2007-04-03 02:00 | 3.8K | ||
ibwrapper_test.c | 2007-04-13 10:39 | 15K | ||
Compilation =========== For the configure script, please set the OFED include & library path by e.g.: 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:9001 bin/ctdb_test --transport ib --nlist ../2nodes_rm.txt --listen 10.0.0.2:9001 where 2nodes_rm.txt: 10.0.0.1:9001 10.0.0.2:9001