From: Christopher O'Connell Date: Sat, 22 Feb 2014 02:26:58 +0000 (-0800) Subject: Added a note that the ceph-osd command requires the cluster option. X-Git-Tag: v0.79~201^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1293%2Fhead;p=ceph.git Added a note that the ceph-osd command requires the cluster option. Signed-off-by: Christopher O'Connell --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index b0bbf0c725ca..44d2e8791125 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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 @@ -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 \ No newline at end of file +.. _Monitor Config Reference - Data: ../../rados/configuration/monitor-config-ref#data