Skip to content
Snippets Groups Projects
Commit 23e961e8 authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

CI: Increase galera node timeouts

Some multinode jobs have been failing due to galera suspecting inactive nodes
Tweak it as per [1].

[1]: https://galeracluster.com/library/documentation/recovery.html

Change-Id: I5577ea2c23d6dbd440bd52899a30ea9531996256
parent 7bb50ee0
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,12 @@ docker_custom_config:
distro_python_version: "{{ kolla_python_version }}"
{% endif %}
# MariaDB/Galera - fine tune gmcast.peer_timeout
# MariaDB/Galera - fine tune timeouts
mariadb_wsrep_extra_provider_options:
- "gmcast.peer_timeout=PT15S"
- "evs.suspect_timeout=PT10S"
- "evs.inactive_timeout=PT30S"
- "evs.keepalive_period=PT3S"
nova_compute_virt_type: "{{ virt_type }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment