From: Sebastian Wagner Date: Tue, 26 Oct 2021 09:27:51 +0000 (+0200) Subject: doc/cephadm: osd.rst: Fix yaml comments X-Git-Tag: v16.2.7~67^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eadcfa2e24f4ee9497ca4b4f066427f0204befc5;p=ceph.git doc/cephadm: osd.rst: Fix yaml comments Signed-off-by: Sebastian Wagner (cherry picked from commit 3b6ce664c3ed71aae9d5d4e182d42efe402a3161) --- diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index 555c9f5d820b..5feb56e4687b 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -669,9 +669,9 @@ This is a common setup and can be described quite easily: host_pattern: '*' spec: data_devices: - model: HDD-123-foo <- note that HDD-123 would also be valid + model: HDD-123-foo # Note, HDD-123 would also be valid db_devices: - model: MC-55-44-XZ <- same here, MC-55-44 is valid + model: MC-55-44-XZ # Same here, MC-55-44 is valid However, we can improve it by reducing the filters on core properties of the drives: @@ -745,7 +745,7 @@ This can be described with two layouts. rotational: 0 db_devices: model: MC-55-44-XZ - limit: 2 (db_slots is actually to be favoured here, but it's not implemented yet) + limit: 2 # db_slots is actually to be favoured here, but it's not implemented yet --- service_type: osd service_id: osd_spec_ssd