Merge pull request #16350 from ceph/wip-cd-docs-update

[docs/quick-start]: update quick start to add a note for mgr create command for luminous+ builds
This commit is contained in:
vasukulkarni 2017-07-18 12:31:59 -07:00 committed by GitHub
commit 327554118c

View File

@ -118,9 +118,9 @@ configuration details, perform the following steps using ``ceph-deploy``.
ceph-deploy admin node1 node2 node3
#. Deploy a manager daemon.::
#. Deploy a manager daemon. (Required only for luminous+ builds)::
ceph-deploy mgr create node1
ceph-deploy mgr create node1 *Required only for luminous+ builds, i.e >= 12.x builds*
#. Add three OSDs. For the purposes of these instructions, we assume you have an
unused disk in each node called ``/dev/vdb``. *Be sure that the device is not currently in use and does not contain any important data.*