mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
22 lines
337 B
Bash
Executable File
22 lines
337 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "CTDB_PARTIALLY_ONLINE_INTERFACES, 1 bond down"
|
|
|
|
setup
|
|
|
|
iface=$(ctdb_get_1_interface)
|
|
|
|
setup_bond $iface "None"
|
|
|
|
setup_script_options <<EOF
|
|
CTDB_PARTIALLY_ONLINE_INTERFACES=yes
|
|
EOF
|
|
|
|
ethtool_interfaces_down "$iface"
|
|
|
|
ok "ERROR: No active slaves for bond device $iface"
|
|
|
|
simple_test
|