samba-in-kubernetes / sit-environment

SIT (Samba Integration Testing) Framework
GNU General Public License v3.0
1 stars 7 forks source link

samba.setup: Ensure healthy cluster before `smbd` restart #57

Closed anoopcs9 closed 1 year ago

anoopcs9 commented 1 year ago

fixes #53

anoopcs9 commented 1 year ago

Wouldn't it be cleaner to do this after restarting ctdb ?

Having it here would help us save time(few seconds) as other tasks can continue after CTDB restart. But on the other side checking for cluster healthiness is more suited to ctdb.setup role. I'll include the suggestion for now.

anoopcs9 commented 1 year ago

Wouldn't it be cleaner to do this after restarting ctdb ?

For now reverting back to older approach due to #58.