Project

General

Profile

Fix #7101

Updated by Dan Mick about 10 years ago

@_publish_cluster_stats@ _publish_cluster_stats was passing the 'name' part of the tuple returned from flatten_dictionary directly to @publish_*@, publish_*, rather than first @_PATH_SEP.join()@ ing _PATH_SEP.join()ing it. This resulted in network messages like
</pre>

<pre>
"ceph.cluster.['ceph', 'pool.0', u'num_objects_unfound'] 0 1388805994\n"
</pre>
which were certainly not going to work.

Back