From 7705e0f53fb6383bb1a10b04afe1af925c52ac86 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 7 Feb 2023 17:58:44 +0900 Subject: [PATCH] mysql: Fix broken log-driver This fixes the wrong edit made by [1] and ensures log driver is configured. [1] Iffe9c9a1d7ca736f273d2da43928d7da4a99d1d6 Change-Id: I1e679ba4f30cb7f9eb827b91e36cb8feed9afd8f --- manifests/profile/pacemaker/database/mysql_bundle.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/profile/pacemaker/database/mysql_bundle.pp b/manifests/profile/pacemaker/database/mysql_bundle.pp index 8aaf0df70..91892cb14 100644 --- a/manifests/profile/pacemaker/database/mysql_bundle.pp +++ b/manifests/profile/pacemaker/database/mysql_bundle.pp @@ -585,7 +585,7 @@ MYSQL_HOST=localhost\n", }, container_options => 'network=host', # lint:ignore:140chars - options => "--user=${bundle_user}${pids_limit_real} --log-driver=${log_driver_real}${log_file_real} -e KOLLA_CONFIG_STRATEGY=COPY_ALWAYS${tls_priorities_real}", + options => "--user=${bundle_user}${pids_limit_real} --log-driver=${log_driver}${log_file_real} -e KOLLA_CONFIG_STRATEGY=COPY_ALWAYS${tls_priorities_real}", # lint:endignore run_command => '/bin/bash /usr/local/bin/kolla_start', network => "control-port=${control_port}",