summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/tool/ctdb.reloadnodes.019.sh
blob: 5069485b81156529f479d7c5f4ff888fc6752b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "3 nodes, delete middle, add 2 nodes"

setup_nodes <<EOF
192.168.20.41
#192.168.20.42
192.168.20.43
192.168.20.44
192.168.20.45
EOF

setup_ctdbd <<EOF
NODEMAP
0       192.168.20.41   0x0     CURRENT RECMASTER
1       192.168.20.42   0x1
2       192.168.20.43   0x0
EOF

required_result 0 <<EOF
Node 1 is DELETED
Node 3 is NEW
Node 4 is NEW
EOF

simple_test