From 0dfdf1d73635f3877d36f74552c20e7c80921519 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Mon, 2 Apr 2018 10:01:02 -0400 Subject: [PATCH] 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 --- docker/services/collectd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/services/collectd.yaml b/docker/services/collectd.yaml index 94bc57282f..d30d1acdab 100644 --- a/docker/services/collectd.yaml +++ b/docker/services/collectd.yaml @@ -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: