summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2016-11-30 18:05:46 +0000
committerTim Flink <tflink@fedoraproject.org>2016-11-30 18:05:46 +0000
commit083d4f7940bb9ce321799c2b1062dae9ded011d8 (patch)
tree0388ef25a29a43d50b2e77e89505851cf262e36a
parent1402d5eea4663fe0829cfc9fd80ef4b4d47cac3f (diff)
downloadansible-083d4f7940bb9ce321799c2b1062dae9ded011d8.tar.gz
ansible-083d4f7940bb9ce321799c2b1062dae9ded011d8.tar.xz
ansible-083d4f7940bb9ce321799c2b1062dae9ded011d8.zip
forcing a non-default log location so that mariadb initializes
-rw-r--r--roles/mariadb_server/files/my.cnf.qa-stg01.qa.fedoraproject.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/mariadb_server/files/my.cnf.qa-stg01.qa.fedoraproject.org b/roles/mariadb_server/files/my.cnf.qa-stg01.qa.fedoraproject.org
index b0593e084..7b5fcd20c 100644
--- a/roles/mariadb_server/files/my.cnf.qa-stg01.qa.fedoraproject.org
+++ b/roles/mariadb_server/files/my.cnf.qa-stg01.qa.fedoraproject.org
@@ -38,6 +38,9 @@ read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
+# change the log dir so that it'll initialize with the new init script
+log-error=/var/log/mariadb/mariadb.log
+
# setting STRICT_ALL_TABLES for phabricator
sql_mode=STRICT_ALL_TABLES
@@ -154,4 +157,4 @@ interactive-timeout
#
# include all files from the config directory
#
-!includedir @INSTALL_SYSCONF2DIR@
+#!includedir @INSTALL_SYSCONF2DIR@