1
0
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:
Martin Schwenke
2010-09-28 14:37:02 +10:00
parent 7e48ba58c6
commit 000fbb607e

View File

@ -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"