repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-server: Use find_public_ip_vnn() in a couple of extra places
[samba4-gss.git]
/
ctdb
/
tests
/
UNIT
/
tool
/
ctdb.reloadnodes.016.sh
blob
d444a46c85f0aa27ff819e4a98403dbb460b9c3d
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
define_test
"3 nodes, delete middle node"
6
7
setup_nodes
<<EOF
8
192.168.20.41
9
#192.168.20.42
10
192.168.20.43
11
EOF
12
13
setup_ctdbd
<<EOF
14
NODEMAP
15
0 192.168.20.41 0x0 CURRENT RECMASTER
16
1 192.168.20.42 0x1
17
2 192.168.20.43 0x0
18
EOF
19
20
required_result
0
<<EOF
21
Node 1 is DELETED
22
EOF
23
24
simple_test