mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
75cf99b9da
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
28 lines
395 B
Bash
Executable File
28 lines
395 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "3 nodes, all LVS, node 0 unhealthy"
|
|
|
|
required_result 0 <<EOF
|
|
Node 1 is LVS master
|
|
EOF
|
|
|
|
simple_test <<EOF
|
|
NODEMAP
|
|
0 192.168.20.41 0x2 CURRENT RECMASTER CTDB_CAP_LVS
|
|
1 192.168.20.42 0x0 CTDB_CAP_LVS
|
|
2 192.168.20.43 0x0 CTDB_CAP_LVS
|
|
|
|
IFACES
|
|
:Name:LinkStatus:References:
|
|
:eth2:1:2:
|
|
:eth1:1:4:
|
|
|
|
VNNMAP
|
|
654321
|
|
0
|
|
1
|
|
2
|
|
EOF
|