mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
Merge pull request #3901 from dachary/wip-10922-ceph-deploy-documentation
doc: preparing a device implies activate Reviewed-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
commit
b17c3ebbdc
@ -50,9 +50,11 @@ see `List Disks`_ and `Zap Disks`_. ::
|
||||
ceph-deploy osd prepare osdserver1:sdb:/dev/ssd
|
||||
ceph-deploy osd prepare osdserver1:sdc:/dev/ssd
|
||||
|
||||
The ``prepare`` command only prepares the OSD. It does not activate it. To
|
||||
activate a prepared OSD, use the ``activate`` command. See `Activate OSDs`_
|
||||
for details.
|
||||
The ``prepare`` command only prepares the OSD. On most operating
|
||||
systems, the ``activate`` phase will automatically run when the
|
||||
partitions are created on the disk (using Ceph ``udev`` rules). If not
|
||||
use the ``activate`` command. See `Activate OSDs`_ for
|
||||
details.
|
||||
|
||||
The foregoing example assumes a disk dedicated to one Ceph OSD Daemon, and
|
||||
a path to an SSD journal partition. We recommend storing the journal on
|
||||
|
Loading…
Reference in New Issue
Block a user