mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
This doesn't get the ctdb code fully working in Samba4, it just gets it building and not breaking non-clustered use of Samba. It will take a bit longer to update some of the calling ctdb_cluster.c code to make it work correctly in Samba4. Note also that Samba4 now only links to the client portion of ctdb. For the moment I am leaving the ctdbd as a separate daemon, which you install separately from http://ctdb.samba.org/.
9 lines
112 B
Bash
Executable File
9 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tests/fetch.sh 4 || exit 1
|
|
tests/bench.sh 4 || exit 1
|
|
tests/ctdbd.sh || exit 1
|
|
|
|
echo "All OK"
|
|
exit 0
|