Project

General

Profile

Bug #45908

Updated by Lenz Grimmer over 3 years ago

The Grafana dashboards included in the Ceph distribution depend Works on two third-party plug-ins that need to be installed, "vonage-status-panel" 6.6.2, broken on 6.7.0 and "grafana-piechart-panel".

The former package seems to be no longer maintained and has stopped working since version 6.7.0:

* "Status Panel breaks with Grafana 6.7.0":https://github.com/Vonage/Grafana_Status_panel/issues/159
* "Plugin alive?":https://github.com/Vonage/Grafana_Status_panel/issues/167

A fix has been proposed, but has not been merged yet (likely because the project has been abandoned):

* https://github.com/Vonage/Grafana_Status_panel/pull/161

This status panel
maybe on 7.x, too. It is used a plugin we use on one Grafana dashboard "ceph-cluster.json" that displays the overall Ceph cluster status, similar to the "landing page" that is built into Ceph Dashboard.

This particular Grafana
dashboard is not embedded into Ceph Dashboard, so this breakage is not immediately obvious when Grafana is accessed via Ceph Dashboard exclusively. page.

https://github.com/Vonage/Grafana_Status_panel/issues/159

A quick fix might be to just pin the version deployed by cephadm to 6.7.2.
Alternatively, ceph-cluster.json should be updated to no longer depend on this plugin.

Back