From: Kiall Mac Innes Date: Thu, 21 Aug 2014 18:36:22 +0000 (+0100) Subject: MySQL connections via HAProxy should not timeout X-Git-Tag: opnfv-6.0.0~2758 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4cc77d768cc9a0ee8b9e9d80615d659e7a2a0239;p=apex-tripleo-heat-templates.git MySQL connections via HAProxy should not timeout With the default 60 second timeout, many services will periodically log "MySQL has gone away" as HAProxy has closed the connection. Change-Id: Ied67344fbabcd77def4483be37a4706190ab28a0 --- diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 6b172e77..5e6a2eef 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -658,6 +658,9 @@ resources: port: 3306 extra_server_params: - backup + options: + - timeout client 0 + - timeout server 0 - name: nova_ec2 port: 8773 - name: nova_osapi