Drop z flag on /var/run, it prevents redeployment

This is related to
https://bugzilla.redhat.com/show_bug.cgi?id=1784608

In short, it will mess up selinux labeling for /var/run and it
is likely to break the system.

Change-Id: I111242773685c6461bd49dc564ae56072d1a7745
(cherry picked from commit 719d8329d2)
This commit is contained in:
Matthias Runge 2020-01-23 17:59:02 +01:00
parent e1bded6c5e
commit ad95b28c87
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ outputs:
- /var/lib/kolla/config_files/collectd.json:/var/lib/kolla/config_files/config.json:ro
- /var/lib/config-data/puppet-generated/collectd/:/var/lib/kolla/config_files/src:ro
- /var/log/containers/collectd:/var/log/collectd:rw,z
- /var/run/:/var/run:rw,z
- /var/run/:/var/run:rw
- /var/log/journal:/var/log/journal:ro
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /usr/lib/systemd/system:/usr/lib/systemd/system:ro