From 8d41cfd0937c6911a85212e087da1228f1cf8c4b Mon Sep 17 00:00:00 2001 From: James McClune Date: Fri, 26 Oct 2018 18:31:45 -0400 Subject: [PATCH] doc: used ceph osd command ref label Referenced purge subcommand info via ceph osd command label. Fixes: https://tracker.ceph.com/issues/36605 Signed-off-by: James McClune --- doc/man/8/ceph.rst | 1 + doc/rados/operations/add-or-rm-osds.rst | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index f21296ff38f..99a3a87c801 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -510,6 +510,7 @@ Usage:: ceph mgr count-metadata +.. _ceph-admin-osd: osd --- diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst index 9e6682f4570..90de7548465 100644 --- a/doc/rados/operations/add-or-rm-osds.rst +++ b/doc/rados/operations/add-or-rm-osds.rst @@ -287,7 +287,7 @@ OSD for each drive by repeating this procedure. #. Let the cluster forget the OSD first. This step removes the OSD from the CRUSH map, removes its authentication key. And it is removed from the OSD map as - well. Please note the `purge subcommand`_ is introduced in Luminous, for older + well. Please note the :ref:`purge subcommand ` is introduced in Luminous, for older versions, please see below :: ceph osd purge {id} --yes-i-really-mean-it @@ -335,4 +335,3 @@ you need to perform this step manually: .. _Remove an OSD: ../crush-map#removeosd -.. _purge subcommand: /man/8/ceph#osd -- 2.39.5