the socket path for ceph plugin needs to be updated for ceph 5 (pacific) based clusters.

Bug #1964491 reported by Ketan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-browbeat
New
Undecided
Unassigned

Bug Description

The socket path in collectd.conf for ceph version until < pacific (ceph 5) was :

<Plugin ceph>
  LongRunAvgLatency false
  ConvertSpecialMetricTypes true
  <Daemon "mon.controller-0">
    SocketPath "/var/run/ceph/ceph-mon.controller-0.asok"
  </Daemon>
</Plugin>

However, this path does not exist anymore.
It is now behind the cluster fsid.

So, it should rather be updated to:

<Plugin ceph>
  LongRunAvgLatency false
  ConvertSpecialMetricTypes true
  <Daemon "mon.controller-0">
    SocketPath "/var/run/ceph/<cluster-fsid>ceph-mon.controller-0.asok"
  </Daemon>
</Plugin>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.