From: Bryan Stillwell Date: Tue, 7 Jan 2020 23:57:36 +0000 (-0700) Subject: Switch spelling of utilization X-Git-Tag: v15.1.0~294^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32537%2Fhead;p=ceph.git 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 --- diff --git a/monitoring/grafana/dashboards/host-details.json b/monitoring/grafana/dashboards/host-details.json index ed84080a4321e..6a9604715310b 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 9c37eb0600ca0..896136686d93f 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;