1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00
samba-mirror/ctdb/tests/UNIT/tool/ctdb.lvs.005.sh
Martin Schwenke f37b3cf2a6 ctdb: Change LVS to use leader/follower
Instead of master/slave.

Nearly all of these are simple textual substitutions, which preserve
the case of the original.    A couple of minor cleanups were made in the
documentation (such as "LVSMASTER" -> "LVS leader").

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2020-07-24 08:37:31 +00:00

47 lines
613 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, all LVS, all unhealthy"
setup_lvs <<EOF
192.168.20.41
192.168.20.42
192.168.20.43
EOF
setup_ctdbd <<EOF
NODEMAP
0 192.168.20.41 0x2 CURRENT RECMASTER
1 192.168.20.42 0x2
2 192.168.20.43 0x2
EOF
#####
required_result 0 <<EOF
0
EOF
simple_test leader
#####
required_result 0 <<EOF
0 192.168.20.41
1 192.168.20.42
2 192.168.20.43
EOF
simple_test list
#####
required_result 0 <<EOF
pnn:0 192.168.20.41 UNHEALTHY (THIS NODE)
pnn:1 192.168.20.42 UNHEALTHY
pnn:2 192.168.20.43 UNHEALTHY
EOF
simple_test status