From 7cd9fec86f11a294b67b8ae990141cdb7a97fdfe Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Wed, 24 Jan 2018 15:12:54 -0500 Subject: [PATCH] Remove default_bind_mount_logs from config changes. Changing the value for default_bind_mount_logs on upgrade will make all container restart. It only make sense to add this to the config when: - you upgrade to the release that changes the default behavior - this is to keep the old default. - The setting is not set in the configuration. - If the config is present, you don't want to change it. Change-Id: I37217352357dee8c844d3b20d28075f7e4ef1223 Related-Bug: #1745212 --- scripts/upgrade-utilities/playbooks/deploy-config-changes.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/upgrade-utilities/playbooks/deploy-config-changes.yml b/scripts/upgrade-utilities/playbooks/deploy-config-changes.yml index 39499cd79b..b77150dba9 100644 --- a/scripts/upgrade-utilities/playbooks/deploy-config-changes.yml +++ b/scripts/upgrade-utilities/playbooks/deploy-config-changes.yml @@ -72,8 +72,6 @@ backrefs: "{{ item.backrefs | default('no') }}" state: present with_items: - - key: "default_bind_mount_logs" - value: "false" # Replace "10.0" with "10.1" within galera_repo_url - key: "galera_repo_url" regexp: '^galera_repo_url: (https?://.*10)\.0(.*)$'