]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/dev/health-reports.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / doc / dev / health-reports.rst
index ff45429b22aa5b645dc517a2e8a4662e597d0d7b..4a6a7d671822ac31cc00ae62ea166cf30f1d9a7f 100644 (file)
@@ -89,15 +89,15 @@ the latest ``FSMap`` and the health metrics reported by MDS daemons.
 But it's noteworthy that ``MgrStatMonitor`` does *not* prepare the reports by itself,
 it just stores whatever the health reports received from mgr!
 
-ceph-mgr -- A Delegate Aggegator
---------------------------------
+ceph-mgr -- A Delegate Aggregator
+---------------------------------
 
 In Ceph, mgr is created to share the burden of monitor, which is used to establish
 the consensus of information which is critical to keep the cluster function.
 Apparently, osdmap, mdsmap and monmap fall into this category. But what about the
 aggregated statistics of the cluster? They are crucial for the administrator to
 understand the status of the cluster, but they might not be that important to keep
-the cluster running. To address this scability issue,  we offloaded the work of
+the cluster running. To address this scalability issue,  we offloaded the work of
 collecting and aggregating the metrics to mgr.
 
 Now, mgr is responsible for receiving and processing the ``MPGStats`` messages from