Retry galera_running_check after systemctl daemon-reload
Since the systemctl daemon-reload has been added we're seeing some race conditions that are causing intermittent failures. We can utilise the retry option for galera_running_check and ensure the service is running before continuing. Change-Id: I7937a71f81862db3de682e45dda62fa0432c31a1
This commit is contained in:
parent
2271abc26e
commit
841ac16df6
@ -15,7 +15,7 @@
|
||||
|
||||
- include: galera_running_check.yml
|
||||
vars:
|
||||
num_retries: 1
|
||||
num_retries: 2
|
||||
wait_delay: 3
|
||||
|
||||
- name: Start galera cluster
|
||||
|
Loading…
x
Reference in New Issue
Block a user