From 92fa97347c41955692031858103ea0728a596152 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Thu, 3 Dec 2020 16:23:26 +1300 Subject: [PATCH] doc: Update drivegroup spec examples The examples currently miss the document separator, so a copy/paste will result in only a single doc being parsed (the last one!) Signed-off-by: Paul Cuzner --- doc/cephadm/drivegroups.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/cephadm/drivegroups.rst b/doc/cephadm/drivegroups.rst index a1397af01ece..845898843d21 100644 --- a/doc/cephadm/drivegroups.rst +++ b/doc/cephadm/drivegroups.rst @@ -319,7 +319,7 @@ This can be described with two layouts. db_devices: model: MC-55-44-XZ limit: 2 (db_slots is actually to be favoured here, but it's not implemented yet) - + --- service_type: osd service_id: osd_spec_ssd placement: @@ -376,8 +376,7 @@ You can use the 'host_pattern' key in the layout to target certain nodes. Salt t rotational: 1 db_devices: rotational: 0 - - + --- service_type: osd service_id: osd_spec_six_to_ten placement: -- 2.47.3