From def513fcb2ceb361cecdf85238fe13dbcc42a4ff Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Wed, 7 Feb 2018 22:14:42 +0000 Subject: [PATCH] mariadb: remove connect_timeout to fix mysqldump Remove 'connect_timeout' which defined in the '[client]' section which surprisingly affects mysqldump by causing it to fail as it doesn't understand this; we're not doing anything that depends on having this value so this is safe. This now means mysqldump works (as expected) and we can use the packaged/pod version of mysqldump for backup purposes. Change-Id: I9142969e4b8576b19353c063586dd11f91875f0b LocalWords: mysqldump --- mariadb/templates/etc/_00-base.cnf.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/mariadb/templates/etc/_00-base.cnf.tpl b/mariadb/templates/etc/_00-base.cnf.tpl index ae40c0a44a..4c40408877 100644 --- a/mariadb/templates/etc/_00-base.cnf.tpl +++ b/mariadb/templates/etc/_00-base.cnf.tpl @@ -105,4 +105,3 @@ max-allowed-packet=16M default_character_set=utf8 protocol=tcp port={{ tuple "oslo_db" "internal" "mysql" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} -connect_timeout=10