From f6c63ef16ae10d9ffd8f440305e0608cdb080306 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Fri, 13 Jul 2018 11:49:33 +1200 Subject: [PATCH] Fix units used for throughput Throughput units were using binary representation, whereas the expected unit is decimal (i.e. MB/s not MiB/s) Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1496186 Signed-off-by: Paul Cuzner (cherry picked from commit 239afda4debc80544112fe98d31af3f692678f57) --- dashboards/current/ceph-pools.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboards/current/ceph-pools.json b/dashboards/current/ceph-pools.json index 853590d..89a2a1b 100644 --- a/dashboards/current/ceph-pools.json +++ b/dashboards/current/ceph-pools.json @@ -146,7 +146,7 @@ }, "yaxes": [ { - "format": "bytes", + "format": "decbytes", "label": null, "logBase": 1, "max": null, @@ -220,7 +220,7 @@ }, "yaxes": [ { - "format": "bytes", + "format": "decbytes", "label": null, "logBase": 1, "max": null, @@ -385,7 +385,7 @@ "pattern": "Current", "thresholds": [], "type": "number", - "unit": "bytes" + "unit": "decbytes" }, { "alias": "", @@ -2864,4 +2864,4 @@ "updatedBy": "admin@localhost", "version": 5 } -} \ No newline at end of file +} -- 2.47.3