Skip to content

Commit

Permalink
Merge pull request #3901 from dachary/wip-10922-ceph-deploy-documenta…
Browse files Browse the repository at this point in the history
…tion

doc: preparing a device implies activate

Reviewed-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
  • Loading branch information
dalgaaf committed Mar 10, 2015
2 parents 01cee14 + c327fbb commit b17c3eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/rados/deployment/ceph-deploy-osd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b17c3eb

Please sign in to comment.