From a703e22bc470c0494c431209c07c167605cce6a1 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Fri, 29 Jun 2018 18:16:54 +0530 Subject: [PATCH] doc: s/doc/ref for dashboard urls Replaced :doc: with :ref: as per https://github.com/ceph/ceph/pull/22750#discussion_r198895040. Signed-off-by: Jos Collin --- doc/glossary.rst | 2 +- doc/mgr/dashboard.rst | 4 ++-- doc/releases/mimic.rst | 6 +++--- doc/start/intro.rst | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index 41ddbb8e69568..95d6b8b713c7b 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -127,7 +127,7 @@ reflect either technical terms or legacy ways of referring to Ceph systems. Dashboard Plugin Dashboard A built-in web based monitoring and administration application to - Ceph Manager. Refer :doc:`/mgr/dashboard` for more details. + Ceph Manager. Refer :ref:`mgr-dashboard` for more details. Ceph Metadata Server MDS diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 2b653384f428b..857d71b0796c2 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -1,8 +1,8 @@ +.. _mgr-dashboard: + Ceph Manager Dashboard ====================== -.. _mgr-dashboard-overview: - Overview -------- diff --git a/doc/releases/mimic.rst b/doc/releases/mimic.rst index 00f56c9411bf4..1fd93e8f7c4fa 100644 --- a/doc/releases/mimic.rst +++ b/doc/releases/mimic.rst @@ -12,7 +12,7 @@ Major Changes from Luminous replaced with a new implementation inspired by and derived from the `openATTIC `_ Ceph management tool, providing a drop-in replacement offering a :ref:`number of additional management - features `. + features `. - *RADOS*: @@ -419,8 +419,8 @@ These changes occurred between the Luminous and Mimic releases. replaced with a new implementation, providing a drop-in replacement offering a number of additional management features. To access the new dashboard, you first need to define a username and password and create an SSL certificate. - See the :ref:`dashboard documentation ` for a feature - overview and installation instructions. + See the :ref:`mgr-dashboard` for a feature overview and installation + instructions. - The ``ceph-rest-api`` command-line tool (obsoleted by the MGR `restful` module and deprecated since v12.2.5) has been dropped. diff --git a/doc/start/intro.rst b/doc/start/intro.rst index d24839bc366be..c6ad03e727780 100644 --- a/doc/start/intro.rst +++ b/doc/start/intro.rst @@ -28,7 +28,7 @@ required when running Ceph Filesystem clients. state of the Ceph cluster, including storage utilization, current performance metrics, and system load. The Ceph Manager daemons also host python-based plugins to manage and expose Ceph cluster - information, including a web-based :doc:`/mgr/dashboard` and + information, including a web-based :ref:`mgr-dashboard` and `REST API`_. At least two managers are normally required for high availability. -- 2.39.5