blob: bfa08d06e51fa4f18990382229b29e24282bbad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "No reclock set"
setup_ctdbd <<EOF
NODEMAP
0 192.168.20.41 0x0 CURRENT RECMASTER
1 192.168.20.42 0x0
2 192.168.20.43 0x0
EOF
ok_null
simple_test
|