From d5d01757d9ce21e177cb58c17540b12c70bc5642 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 1ffe3ea8f39..128bf1edc8e 100644 --- a/doc/cephadm/services/index.rst +++ b/doc/cephadm/services/index.rst @@ -344,6 +344,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 5e4194d026c..488ab031be4 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -500,8 +500,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.47.3