Red Hat Ceph Storage 5 Status Panel breaks in Grafana

Solution Unverified - Updated -

Environment

  • Red Hat Ceph Storage 5
    • rhceph/rhceph-5-dashboard-rhel8
      • Image Tag: #5-57
      • Image Digest: sha256:a27c20e1d793cec1894cfdc99c19ec1d8ac1d4830d4a6dd7d8664a23088c046a
    • rhceph/rhceph-5-dashboard-rhel8
      • Image Tag: #5-56
      • Image Digest: sha256:d69e364a14d01dff8f0876856e3efe8a3e6496aa69a22131d877628c633a4dd7

Issue

  • Grafana dashboards Status Panel broken
  • Panel plugin not found: vonage-status-panel

Resolution

  • Red Hat is aware of this issue and is working on enhancing a future version of Red Hat Ceph Storage

Diagnostic Steps

  • grep for skipped plugins in the grafana logs during initialization

    $ podman logs $(podman ps | awk ' /grafana/ { print $1 } ') | grep -i skipping
    t=2022-10-11T09:04:16+0000 lvl=warn msg="Skipping finding plugins as directory does not exist" logger=plugin.finder dir=/usr/share/grafana/plugins-bundled
    t=2022-10-11T09:04:16+0000 lvl=warn msg="Skipping loading plugin due to problem with signature" logger=plugin.loader pluginID=vonage-status-panel status=unsigned
    

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments