From ce3de3989470d186ce73e6e74aa7f16111e2a6fa Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 10 Dec 2019 14:47:23 +1100 Subject: ctdb-tests: Don't bother shutting down daemons in ctdb_init() They'll never be up here... Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/scripts/integration.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash index b868f683656..cff2903b339 100644 --- a/ctdb/tests/scripts/integration.bash +++ b/ctdb/tests/scripts/integration.bash @@ -599,8 +599,6 @@ wait_until_node_has_no_ips () ctdb_init () { - ctdb_nodes_stop >/dev/null 2>&1 || : - if ! ctdb_nodes_start ; then echo "Cluster start failed" return 1 -- cgit v1.2.1