From a4b0e2aedba8a5864212ac87a23cb9a4f2dd8326 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 6 Nov 2024 22:22:14 +1000 Subject: [PATCH] doc/cephadm: link to "host pattern" matching sect Link to the "Placement by Pattern Matching" section in doc/cephadm/services/index.rst from the "Advanced OSD Service Specifications" section in doc/cephadm/services/osd.rst. Fixes: https://tracker.ceph.com/issues/68812 Signed-off-by: Zac Dover (cherry picked from commit cdfa299a2511ee35dfe0a857702af6d3ba257efd) --- doc/cephadm/services/index.rst | 2 ++ doc/cephadm/services/osd.rst | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/cephadm/services/index.rst b/doc/cephadm/services/index.rst index df8b3b421699a..1a221de5d5a2e 100644 --- a/doc/cephadm/services/index.rst +++ b/doc/cephadm/services/index.rst @@ -355,6 +355,8 @@ Or in YAML: * See :ref:`orchestrator-host-labels` +.. _cephadm-services-placement-by-pattern-matching: + Placement by pattern matching ----------------------------- diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index 9c0b4d2b49591..a449736538ed9 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -520,8 +520,9 @@ This means : #. Turn any available device (ceph-volume decides what 'available' is) into an OSD on all hosts that match the glob pattern '*'. (The glob pattern matches - against the registered hosts from `host ls`) A more detailed section on - host_pattern is available below. + against the registered hosts from `host ls`) See + :ref:`cephadm-services-placement-by-pattern-matching` for more on using + ``host_pattern``-matching to turn devices into OSDs. #. Then pass it to `osd create` like this: -- 2.39.5