Files
openstack-ansible-galera_se…/templates/systemd.timeout.conf.j2
Logan V dde19945c6 Allow configuration of startup timeout
SST transfers of large databases can easily take longer than 30 minutes,
causing the mysql process to restart over and over and never complete
its sync to rejoin the cluster.

Change-Id: I7654820f91fbb036ab4d4a6234c0ccec148a503a
2018-09-19 11:53:51 -05:00

7 lines
195 B
Django/Jinja

# {{ ansible_managed }}
[Service]
# How long to wait for successful mysql startup
# Startup can take a while if it requires a galera state transfer.
TimeoutStartSec={{ galera_startup_timeout }}