From: Vasu Kulkarni Date: Fri, 14 Jul 2017 18:43:17 +0000 (-0700) Subject: update ceph-deploy quick start to add a note for mgr create command X-Git-Tag: ses5-milestone9~1^2~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d25ebbdab1e5bdf9406c2992bfe42efd11024cbd;p=ceph.git update ceph-deploy quick start to add a note for mgr create command Signed-off-by: Vasu Kulkarni --- diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index cc3899a7086f..f86d7567431c 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -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.*