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:
parent
37c26a9590
commit
ce3de39894
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user