From a6fa6027275bd650390cd538abffd7f06da24756 Mon Sep 17 00:00:00 2001 From: Grzegorz Grasza Date: Tue, 19 May 2020 15:10:48 +0200 Subject: [PATCH] Change the :Z mount flag to :z Leaving this with the capital Z limits access to this file to the other novajoin container. This can cause the other container to malfunction. At the very best, the other container will restart, relabeling the file with it's settings, which has the proper value of lower z. Change-Id: Iebcfb9509c58619f9d68d3036775f07683a0fa42 --- deployment/nova/novajoin-container-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/nova/novajoin-container-puppet.yaml b/deployment/nova/novajoin-container-puppet.yaml index 91a7d5a6f8..16d12a305e 100644 --- a/deployment/nova/novajoin-container-puppet.yaml +++ b/deployment/nova/novajoin-container-puppet.yaml @@ -214,7 +214,7 @@ outputs: - {get_attr: [ContainersCommon, volumes]} - - /var/lib/kolla/config_files/novajoin_notifier.json:/var/lib/kolla/config_files/config.json:ro - - /var/lib/config-data/novajoin/etc/novajoin/join.conf:/etc/novajoin/join.conf:Z + - /var/lib/config-data/novajoin/etc/novajoin/join.conf:/etc/novajoin/join.conf:z - /etc/ipa/:/etc/ipa/:ro - /etc/novajoin/krb5.keytab:/etc/novajoin/krb5.keytab:ro - /var/log/containers/novajoin:/var/log/novajoin