]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Switch spelling of utilization 32537/head
authorBryan Stillwell <bstillwell@godaddy.com>
Tue, 7 Jan 2020 23:57:36 +0000 (16:57 -0700)
committerBryan Stillwell <bstillwell@godaddy.com>
Tue, 7 Jan 2020 23:57:36 +0000 (16:57 -0700)
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 <bstillwell@godaddy.com>
monitoring/grafana/dashboards/host-details.json
src/mon/PGMap.cc

index ed84080a4321e4f873ed56cf20deb792d2c86b51..6a9604715310b9b4447f2b450220ccb873e70371 100644 (file)
       "thresholds": [],
       "timeFrom": null,
       "timeShift": null,
-      "title": "CPU Utilisation",
+      "title": "CPU Utilization",
       "tooltip": {
         "shared": true,
         "sort": 2,
       "timeFrom": null,
       "timeRegions": [],
       "timeShift": null,
-      "title": "$ceph_hosts Disk utilisation",
+      "title": "$ceph_hosts Disk utilization",
       "tooltip": {
         "shared": true,
         "sort": 2,
index 9c37eb0600ca0ba321c4a71571d57a524e98fb99..896136686d93f73b785999db9d4b3fc4dbfe37d7 100644 (file)
@@ -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;