From 56ba4425d234dd8aaa3108eca716ae450064deee Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 23 Apr 2021 03:36:59 +1000 Subject: [PATCH] doc/cephadm: adding "device" to a sentence This tiny PR fixes an issue that I thought I had squashed into PR#40914: a missing word, "device", which was caught by Josh Durgin during review. Alas. I had not then caught it. Here then it is, corrected at last. Signed-off-by: Zac Dover (cherry picked from commit 72445fb724044e42a1ceacbbf076ea3b8a88e2ae) --- doc/cephadm/osd.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cephadm/osd.rst b/doc/cephadm/osd.rst index 80b92e4a3f79e..d61b61d58ab5e 100644 --- a/doc/cephadm/osd.rst +++ b/doc/cephadm/osd.rst @@ -398,10 +398,10 @@ Create a file called (for example) ``osd_spec.yml``: This means : -#. Turn any available (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. +#. 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. #. Then pass it to `osd create` like this: -- 2.39.5