Collectd needs access to /var/run/ceph to load the ceph plugin

collect ceph plugin is using asok file in the plugin configuration file.

Change-Id: I8ae19232a24a71c04513112446a345c56f9bfcb8
Closes-bug: #1760617
This commit is contained in:
Pradeep Kilambi 2018-04-02 10:01:02 -04:00
parent a421fe993e
commit 0dfdf1d736
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ outputs:
- /var/lib/config-data/puppet-generated/collectd/:/var/lib/kolla/config_files/src:ro
- /var/log/containers/collectd:/var/log/collectd:rw
- /var/run/openvswitch:/var/run/openvswitch:ro
- /var/run/ceph:/var/run/ceph:ro
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
host_prep_tasks: