Merge "CI: Increase galera node timeouts"
This commit is contained in:
commit
ccc768414c
@ -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 }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user