mirror of
https://github.com/ceph/ceph
synced 2024-12-16 08:26:25 +00:00
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:
commit
327554118c
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user