]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: broken link on troubleshooting-mon page 25312/head
authorJames McClune <jmcclune@mcclunetechnologies.net>
Thu, 29 Nov 2018 03:10:33 +0000 (22:10 -0500)
committerJames McClune <jmcclune@mcclunetechnologies.net>
Sat, 8 Dec 2018 04:15:43 +0000 (23:15 -0500)
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 <jmcclune@mcclunetechnologies.net>
doc/rados/operations/add-or-rm-mons.rst
doc/rados/troubleshooting/troubleshooting-mon.rst

index 9667af301de6c8e13991fbb071c38ee5f639cd0d..858ddec25d84111412d1d458bea53c07d3b5756c 100644 (file)
@@ -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
 =================
index 76d85a1a1abfe36423a0d4f61dd7d64f56c65d45..ae6cfa530088100f5c4dfd533863e8e5fbc280ae 100644 (file)
@@ -402,8 +402,8 @@ or::
 Recovery using healthy monitor(s)
 ---------------------------------
 
-If there is any survivors, 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 <adding-and-removing-monitors>` 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
@@ -568,5 +568,4 @@ based on that.
 Finally, you should reach out to us on the mailing lists, on IRC or file
 a new issue on the `tracker`_.
 
-.. _replace: ../operation/add-or-rm-mons
 .. _tracker: http://tracker.ceph.com/projects/ceph/issues/new