mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
Test suite: when the cluster flip-flops (un)healthy, using "ctdb status -Y".
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit d3dc9410501767c07d9b0106bb73c979d869c127)
This commit is contained in:
@ -908,7 +908,7 @@ restart_ctdb ()
|
||||
|
||||
onnode -q 1 $CTDB_TEST_WRAPPER wait_until_healthy || return 1
|
||||
|
||||
local debug_out=$(onnode -p all ctdb status 2>&1; onnode -p all ctdb scriptstatus 2>&1)
|
||||
local debug_out=$(onnode -p all ctdb status -Y 2>&1; onnode -p all ctdb scriptstatus 2>&1)
|
||||
|
||||
echo "Setting RerecoveryTimeout to 1"
|
||||
onnode -pq all "$CTDB setvar RerecoveryTimeout 1"
|
||||
|
Reference in New Issue
Block a user