From c278269535b2af1bcbe7091034306b87c775e4ac Mon Sep 17 00:00:00 2001 From: Christopher O'Connell Date: Fri, 21 Feb 2014 18:26:58 -0800 Subject: [PATCH] Added a note that the ceph-osd command requires the cluster option. Signed-off-by: Christopher O'Connell --- doc/install/manual-deployment.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index b0bbf0c725cac..44d2e8791125d 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 -- 2.39.5