Skip to content

Commit a4f58d3

Browse files
authored
Merge pull request ceph#56240 from zdover23/wip-doc-2024-03-17-rados-config-common
doc/rados: update common.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents c8ef916 + 233b670 commit a4f58d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/rados/configuration/common.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,10 @@ OSD host, run the following commands:
123123
ssh {osd-host}
124124
sudo mkdir /var/lib/ceph/osd/ceph-{osd-number}
125125

126-
The ``osd_data`` path ought to lead to a mount point that has mounted on it a
127-
device that is distinct from the device that contains the operating system and
128-
the daemons. To use a device distinct from the device that contains the
126+
The ``osd_data`` path must lead to a device that is not shared with the
127+
operating system. To use a device other than the device that contains the
129128
operating system and the daemons, prepare it for use with Ceph and mount it on
130-
the directory you just created by running the following commands:
129+
the directory you just created by running commands of the following form:
131130

132131
.. prompt:: bash $
133132

0 commit comments

Comments
 (0)