File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
129128operating 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
You can’t perform that action at this time.
0 commit comments