1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/tests/tool/ctdb.reloadnodes.002.sh
Amitay Isaacs 1bb1b636b6 ctdb-tool: Fix a log message in "ctdb reloadnodes"
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2016-07-25 21:29:44 +02:00

31 lines
471 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, no change, inconsistent file on 1"
setup_nodes <<EOF
192.168.20.41
192.168.20.42
192.168.20.43
EOF
setup_nodes 1 <<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 0x0
2 192.168.20.43 0x0
EOF
required_result 1 <<EOF
ERROR: Nodes file on node 1 differs from current node (0)
EOF
simple_test