mariadb: Add reuseaddr to socat execution
Sometimes in CI we're seeing Address already in use on clustercheck restarts. Adding reuseaddr that allows immediate restart of the server process. Change-Id: Ib1c9dcf99381b6b9d1095f450d74c797d39f4cb2
This commit is contained in:
parent
ffb4767c05
commit
5d4e38072d
@ -1,5 +1,5 @@
|
||||
{
|
||||
"command": "socat {% if network_address_family == 'ipv6' %}-6{% endif %} -d -lf/var/log/kolla/mariadb/mariadb-clustercheck.log tcp-l:{{ mariadb_clustercheck_port }},fork,bind={{ api_interface_address }} EXEC:clustercheck",
|
||||
"command": "socat {% if network_address_family == 'ipv6' %}-6{% endif %} -d -lf/var/log/kolla/mariadb/mariadb-clustercheck.log tcp-l:{{ mariadb_clustercheck_port }},fork,reuseaddr,bind={{ api_interface_address }} EXEC:clustercheck",
|
||||
"config_files": [],
|
||||
"permissions": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user