]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Use ref instead of full URLs for intra-docs links 64803/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Sat, 2 Aug 2025 06:26:14 +0000 (13:26 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Sat, 2 Aug 2025 06:33:42 +0000 (13:33 +0700)
Labels mostly existed already but add labels in 2 files.

Add missing closing quotation mark in
rados/troubleshooting/log-and-debug.rst.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
doc/jaegertracing/index.rst
doc/man/8/ceph.rst
doc/rados/operations/devices.rst
doc/rados/troubleshooting/log-and-debug.rst
doc/radosgw/lua-scripting.rst
doc/radosgw/multisite.rst
doc/radosgw/pools.rst
doc/rbd/iscsi-target-cli.rst
doc/start/hardware-recommendations.rst

index 9d2678ffde5669c2686d9ae4d77faa4ac242374b..43a145722f8ef70a81e9c44528ba8db548a941aa 100644 (file)
@@ -72,6 +72,7 @@ For single node testing Jaeger opentelemetry can be deployed using:
   to port the configured 6799. Use the option "--processor.jaeger-compact.server-host-port=6799" for manual Jaeger
   deployments.
 
+.. _jaegertracing-enable:
 
 HOW TO ENABLE TRACING IN CEPH
 -----------------------------
index 44f5a923e962674fad1893e020412d64f23b9564..59a57cde0beae3743d2fe85fd7567c2f843f8da7 100644 (file)
@@ -305,6 +305,7 @@ Usage::
 
        ceph config-key set <key> {<val>}
 
+.. _man-ceph-daemon:
 
 daemon
 ------
index f92f622d53003f9cb32213e27d1bdc893cc4da61..64a6c736a36308b81554cd11aceecf05b323ba98 100644 (file)
@@ -57,10 +57,9 @@ information, run the following command:
 The ``[ident|fault]`` parameter determines which kind of light will blink.  By
 default, the `identification` light is used.
 
-.. note:: This command works only if the Cephadm or the Rook `orchestrator
-   <https://docs.ceph.com/docs/master/mgr/orchestrator/#orchestrator-cli-module>`_
-   module is enabled.  To see which orchestrator module is enabled, run the
-   following command:
+.. note:: This command works only if the Cephadm or the Rook
+   :ref:`orchestrator <orchestrator-cli-module>` module is enabled.  To see
+   which orchestrator module is enabled, run the following command:
 
    .. prompt:: bash $
 
index 46775df9d051f9f63da66c1cd442f15211dd23ba..66996b5e4ae257db71a80987f2ce058df0d2bfce 100644 (file)
@@ -187,9 +187,9 @@ following conditions are true:
 - a fatal signal has been raised or
 - an assertion within Ceph code has been triggered or
 - sending in-memory logs to the output log has been manually triggered.
-  Consult `the portion of the "Ceph Administration Tool documentation
+  Consult :ref:`the portion of the "Ceph Administration Tool" documentation
   that provides an example of how to submit admin socket commands
-  <http://docs.ceph.com/en/latest/man/8/ceph/#daemon>`_ for more detail.
+  <man-ceph-daemon>` for more detail.
 
 Log levels and memory levels can be set either together or separately. If a
 subsystem is assigned a single value, then that value determines both the log
index 8f418aaa84a10ed01e9cdfc017dc831ec018fccc..ef1729cb9cee132c55fa2ff10bda726d24ed0013 100644 (file)
@@ -511,7 +511,7 @@ Tracing is disabled by default, so we should enable tracing for this specific bu
   end
 
 
-If `tracing is enabled <https://docs.ceph.com/en/latest/jaegertracing/#how-to-enable-tracing-in-ceph/>`_ on the RGW, the value of Request.Trace.Enable is true, so we should disable tracing for all other requests that do not match the bucket name.
+If :ref:`tracing is enabled <jaegertracing-enable>` on the RGW, the value of Request.Trace.Enable is true, so we should disable tracing for all other requests that do not match the bucket name.
 In the ``prerequest`` context:
 
 .. code-block:: lua
index 731923ad64f80a750dcce5b1ee24453ffe0b6f71..e7dc54301eca766fdca92ff25d4a4e27ea9ed7f9 100644 (file)
@@ -1536,9 +1536,8 @@ Setting a Zone
 
 Configuring a zone involves specifying a series of Ceph Object Gateway
 pools. For consistency, we recommend using a pool prefix that is the
-same as the zone name. See
-`Pools <http://docs.ceph.com/en/latest/rados/operations/pools/#pools>`__
-for details of configuring pools.
+same as the zone name. See :ref:`rados_pools` for details of
+configuring pools.
 
 To set a zone, create a JSON object consisting of the pools, save the
 object to a file (e.g., ``zone.json``); then, run the following
index 70a5b4cfd669df7714850992d087d78e7eb82a8e..2bca23fa924bbd2f0b2fddd770847330f52db54e 100644 (file)
@@ -15,9 +15,8 @@ When ``radosgw`` first tries to operate on a zone pool that does not exist, it
 will create that pool with the default values from ``osd pool default pg num``
 and ``osd pool default pgp num``. These defaults are sufficient for some pools,
 but others (especially those listed in ``placement_pools`` for the bucket index
-and data) will require additional tuning. See `Pools
-<http://docs.ceph.com/en/latest/rados/operations/pools/#pools>`__ for details
-on pool creation.
+and data) will require additional tuning. See :ref:`rados_pools` for details on
+pool creation.
 
 .. _radosgw-pool-namespaces:
 
index 44da5600068bff42de3dac249de9c28b9c388318..211a96e6ad465745895a3072ec07f39091bbfbf9 100644 (file)
@@ -89,8 +89,7 @@ For rpm based instructions execute the following commands:
       ceph osd lspools
 
    If it does not exist instructions for creating pools can be found on the
-   `RADOS pool operations page
-   <http://docs.ceph.com/en/latest/rados/operations/pools/>`_.
+   :ref:`RADOS pool operations page <rados_pools>`.
 
 #. As ``root``, on a iSCSI gateway node, create a file named
    ``iscsi-gateway.cfg`` in the ``/etc/ceph/`` directory:
index a394fa36ace35fd1a9be57c0e7539b4d9cacaa7b..7a10315724b7ec4f5ef7c7203121a619c7f205c2 100644 (file)
@@ -173,8 +173,8 @@ drives:
 
 For more
 information on how to effectively use a mix of fast drives and slow drives in
-your Ceph cluster, see the `block and block.db`_ section of the Bluestore
-Configuration Reference.
+your Ceph cluster, see the :ref:`block and block.db <bluestore-mixed-device-config>`
+section of the Bluestore Configuration Reference.
 
 Hard Disk Drives
 ----------------
@@ -613,7 +613,6 @@ found above and elsewhere within this documentation.
 
 
 
-.. _block and block.db: https://docs.ceph.com/en/latest/rados/configuration/bluestore-config-ref/#block-and-block-db
 .. _Ceph blog: https://ceph.com/community/blog/
 .. _Ceph Write Throughput 1: http://ceph.com/community/ceph-performance-part-1-disk-controller-write-throughput/
 .. _Ceph Write Throughput 2: http://ceph.com/community/ceph-performance-part-2-write-throughput-without-ssd-journals/