mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
f37b3cf2a6
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>
18 lines
235 B
Bash
Executable File
18 lines
235 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "nodes in config, other node is leader"
|
|
|
|
setup "10.1.1.201" "eth0" <<EOF
|
|
192.168.1.1
|
|
192.168.1.2 leader
|
|
192.168.1.3
|
|
EOF
|
|
|
|
ok_null
|
|
simple_test
|
|
|
|
check_ipvsadm NULL
|
|
check_lvs_ip host
|