From 233b670704d15c3a69b8d91885b60f3fb101ec58 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 17 Mar 2024 19:27:11 +1000 Subject: [PATCH] doc/rados: update common.rst Clarify some overwritten paragraphs in doc/rados/configuration/common.rst. Cf. https://github.com/ceph/ceph/pull/50795/files#r1153897231. Reviewed-by: Anthony D'Atri Signed-off-by: Zac Dover --- doc/rados/configuration/common.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/rados/configuration/common.rst b/doc/rados/configuration/common.rst index 0b373f469b6..c397f4e52ac 100644 --- a/doc/rados/configuration/common.rst +++ b/doc/rados/configuration/common.rst @@ -123,11 +123,10 @@ OSD host, run the following commands: ssh {osd-host} sudo mkdir /var/lib/ceph/osd/ceph-{osd-number} -The ``osd_data`` path ought to lead to a mount point that has mounted on it a -device that is distinct from the device that contains the operating system and -the daemons. To use a device distinct from the device that contains the +The ``osd_data`` path must lead to a device that is not shared with the +operating system. To use a device other than the device that contains the operating system and the daemons, prepare it for use with Ceph and mount it on -the directory you just created by running the following commands: +the directory you just created by running commands of the following form: .. prompt:: bash $ -- 2.39.5