From 17d6a993fc17d533460c5f40f3908c708e057c18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 23 May 2024 18:45:17 +0200 Subject: Merging upstream version 18.2.3. Signed-off-by: Daniel Baumann --- doc/rados/configuration/common.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/rados/configuration/common.rst') diff --git a/doc/rados/configuration/common.rst b/doc/rados/configuration/common.rst index 0b373f469..c397f4e52 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 $ -- cgit v1.2.3