Skip to content

Commit

Permalink
Merge pull request ceph#1293 from jwriteclub/doc-update-ceph-osd-note
Browse files Browse the repository at this point in the history
Added a note that the ceph-osd command requires the cluster option.

Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin committed Feb 22, 2014
2 parents 6c20728 + c278269 commit f214c3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/install/manual-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ OSDs with the long form procedure, execute the following on ``node2`` and
sudo ceph-osd -i {osd-num} --mkfs --mkkey

The directory must be empty before you can run ``ceph-osd`` with the
``--mkkey`` option.
``--mkkey`` option. In addition, the ceph-osd tool requires specification
of custom cluster names with the ``--cluster`` option.


#. Register the OSD authentication key. The value of ``ceph`` for
Expand Down Expand Up @@ -462,4 +463,4 @@ To add (or remove) additional Ceph OSD Daemons, see `Add/Remove OSDs`_.
.. _Add/Remove Monitors: ../../rados/operations/add-or-rm-mons
.. _Add/Remove OSDs: ../../rados/operations/add-or-rm-osds
.. _Network Configuration Reference: ../../rados/configuration/network-config-ref
.. _Monitor Config Reference - Data: ../../rados/configuration/monitor-config-ref#data
.. _Monitor Config Reference - Data: ../../rados/configuration/monitor-config-ref#data

0 comments on commit f214c3e

Please sign in to comment.