From: James McClune Date: Thu, 29 Nov 2018 03:10:33 +0000 (-0500) Subject: doc: broken link on troubleshooting-mon page X-Git-Tag: v12.2.11~108^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ef99eab431322238a98798d38f180562edaf8cfe;p=ceph.git doc: broken link on troubleshooting-mon page Fixes: https://tracker.ceph.com/issues/37451 This fix involves adding :ref: labels to the add-or-rm-mons.rst page. I also added :ref: labels for other headings within add-or-rm-mons.rst (for future reference). Signed-off-by: James McClune (cherry picked from commit ca05e456969a721631f5e9882c896cab76a4a3dc) Conflicts: doc/rados/troubleshooting/troubleshooting-mon.rst Fixed the :ref: sentence and removed the _replace line. --- diff --git a/doc/rados/operations/add-or-rm-mons.rst b/doc/rados/operations/add-or-rm-mons.rst index 0cdc4313cc25..20cba1bcabe9 100644 --- a/doc/rados/operations/add-or-rm-mons.rst +++ b/doc/rados/operations/add-or-rm-mons.rst @@ -1,3 +1,5 @@ +.. _adding-and-removing-monitors: + ========================== Adding/Removing Monitors ========================== @@ -6,6 +8,8 @@ When you have a cluster up and running, you may add or remove monitors from the cluster at runtime. To bootstrap a monitor, see `Manual Deployment`_ or `Monitor Bootstrap`_. +.. _adding-monitors: + Adding Monitors =============== @@ -121,6 +125,7 @@ on ``mon.a``). ceph-mon -i {mon-id} --public-addr {ip:port} +.. _removing-monitors: Removing Monitors ================= diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index 89fb94c32f99..642b2e07bfd1 100644 --- a/doc/rados/troubleshooting/troubleshooting-mon.rst +++ b/doc/rados/troubleshooting/troubleshooting-mon.rst @@ -402,8 +402,8 @@ or:: Recovery using healthy monitor(s) --------------------------------- -If there is any survivers, we can always `replace`_ the corrupted one with a -new one. And after booting up, the new joiner will sync up with a healthy +If there are any survivors, we can always :ref:`replace ` the corrupted one with a +new one. After booting up, the new joiner will sync up with a healthy peer, and once it is fully sync'ed, it will be able to serve the clients. Recovery using OSDs @@ -563,5 +563,4 @@ Finally, you should reach out to us on the mailing lists, on IRC or file a new issue on the `tracker`_. .. _cluster map: ../../architecture#cluster-map -.. _replace: ../operation/add-or-rm-mons .. _tracker: http://tracker.ceph.com/projects/ceph/issues/new