mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
29 lines
1.3 KiB
ReStructuredText
29 lines
1.3 KiB
ReStructuredText
|
.. ditaa::
|
|||
|
/------------------\ /----------------\
|
|||
|
| Admin Node | | node1 |
|
|||
|
| +-------->+ cCCC |
|
|||
|
| ceph–deploy | | mon.node1 |
|
|||
|
\---------+--------/ \----------------/
|
|||
|
|
|
|||
|
| /----------------\
|
|||
|
| | node2 |
|
|||
|
+----------------->+ cCCC |
|
|||
|
| | osd.0 |
|
|||
|
| \----------------/
|
|||
|
|
|
|||
|
| /----------------\
|
|||
|
| | node3 |
|
|||
|
+----------------->| cCCC |
|
|||
|
| osd.1 |
|
|||
|
\----------------/
|
|||
|
|
|||
|
For best results, create a directory on your admin node node for maintaining the
|
|||
|
configuration that ``ceph-deploy`` generates for your cluster. ::
|
|||
|
|
|||
|
mkdir my-cluster
|
|||
|
cd my-cluster
|
|||
|
|
|||
|
.. tip:: The ``ceph-deploy`` utility will output files to the
|
|||
|
current directory. Ensure you are in this directory when executing
|
|||
|
``ceph-deploy``.
|