From 4cc77d768cc9a0ee8b9e9d80615d659e7a2a0239 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Thu, 21 Aug 2014 19:36:22 +0100 Subject: 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 --- overcloud-source.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.2.3-korg