1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ctdb-tests: Don't bother shutting down daemons in ctdb_init()

They'll never be up here...

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2019-12-10 14:47:23 +11:00 committed by Martin Schwenke
parent 37c26a9590
commit ce3de39894

View File

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