1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
samba-mirror/ctdb/tests/tool/ctdb.reloadnodes.016.sh

25 lines
349 B
Bash
Raw Normal View History

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, delete middle node"
setup_nodes <<EOF
192.168.20.41
#192.168.20.42
192.168.20.43
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
EOF
simple_test