From 8eafb09acb0059ffbe240db7eb36a56633475a9c Mon Sep 17 00:00:00 2001 From: Bryan Stillwell Date: Tue, 7 Jan 2020 16:57:36 -0700 Subject: [PATCH] Switch spelling of utilization Prefer the non-British spelling of utilization since that's what the majority of the code base seems to use. Signed-off-by: Bryan Stillwell --- monitoring/grafana/dashboards/host-details.json | 4 ++-- src/mon/PGMap.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/monitoring/grafana/dashboards/host-details.json b/monitoring/grafana/dashboards/host-details.json index ed84080a432..6a960471531 100644 --- a/monitoring/grafana/dashboards/host-details.json +++ b/monitoring/grafana/dashboards/host-details.json @@ -194,7 +194,7 @@ "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "CPU Utilisation", + "title": "CPU Utilization", "tooltip": { "shared": true, "sort": 2, @@ -1095,7 +1095,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "$ceph_hosts Disk utilisation", + "title": "$ceph_hosts Disk utilization", "tooltip": { "shared": true, "sort": 2, diff --git a/src/mon/PGMap.cc b/src/mon/PGMap.cc index 9c37eb0600c..896136686d9 100644 --- a/src/mon/PGMap.cc +++ b/src/mon/PGMap.cc @@ -3417,7 +3417,7 @@ int process_pg_map_command( string omap_stats_note = "\n* NOTE: Omap statistics are gathered during deep scrub and " - "may be inaccurate soon afterwards depending on utilisation. See " + "may be inaccurate soon afterwards depending on utilization. See " "http://docs.ceph.com/docs/master/dev/placement-group/#omap-statistics " "for further details.\n"; bool omap_stats_note_required = false; -- 2.39.5