From: songweibin Date: Mon, 21 Aug 2017 03:13:23 +0000 (+0800) Subject: doc: fix a spell error and modify layout X-Git-Tag: v13.0.0~57^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17107%2Fhead;p=ceph.git doc: fix a spell error and modify layout Signed-off-by: songweibin --- diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index 89fb94c32f99..dcbda37a9677 100644 --- a/doc/rados/troubleshooting/troubleshooting-mon.rst +++ b/doc/rados/troubleshooting/troubleshooting-mon.rst @@ -49,7 +49,7 @@ Initial Troubleshooting For those running on Emperor 0.72-rc1 and forward, you will be able to contact each monitor individually asking them for their status, regardless - of a quorum being formed. This an be achieved using ``ceph ping mon.ID``, + of a quorum being formed. This can be achieved using ``ceph ping mon.ID``, ID being the monitor's identifier. You should perform this for each monitor in the cluster. In section `Understanding mon_status`_ we will explain how to interpret the output of this command. diff --git a/doc/release-notes.rst b/doc/release-notes.rst index a904ba58a0cd..6b910bd3f4ab 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -55,8 +55,8 @@ Major Changes from Kraken - The *ceph-mgr* daemon includes a `REST-based management API <../mgr/restful>`_. The API is still experimental and somewhat limited but will form the basis for API-based management of Ceph going forward. - - *ceph-mgr* also includes a `Prometheus exporter <../mgr/prometheus>`_ - plugin, which can provide Ceph perfcounters to Prometheus. + - *ceph-mgr* also includes a `Prometheus exporter <../mgr/prometheus>`_ plugin, + which can provide Ceph perfcounters to Prometheus. * The overall *scalability* of the cluster has improved. We have successfully tested clusters with up to 10,000 OSDs.