]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix Grafana Ceph Cluster health status widget
authorPatrick Seidensal <pseidensal@suse.com>
Mon, 14 Jun 2021 16:13:54 +0000 (18:13 +0200)
committerLaura Paduano <lpaduano@suse.com>
Tue, 13 Jul 2021 08:40:40 +0000 (10:40 +0200)
commit0ed255735c0b485d2ca0d39d288e36ae2381d7ad
tree69338e102fa8b1680263fe940174588ab49d73a7
parent8f15eee70b518f7cdfc1030797585ad2f861a40d
mgr/dashboard: Fix Grafana Ceph Cluster health status widget

The health status widget doesn't show any status because it requires its
query to return a single result. But in case a mgr instance had failed,
it would return more, provided the incident has happened in the
requested time frame.

This is simply an issue of the `instant` switch being disabled for that
widget. As only one mgr instance can ever be providing data at a time,
enabling `instant` completely solves that issue.

Fixes: https://tracker.ceph.com/issues/51212
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
(cherry picked from commit 4270a13d6c2400162896ce5e4145729615a001e2)
monitoring/grafana/dashboards/ceph-cluster.json