mirror of
https://github.com/ceph/ceph
synced 2024-12-15 16:07:00 +00:00
f1d412c303
The graph in quick-ceph-deploy.rst applies to quick-start-preflight.rst. The graph in deploy seems more complete, so I put the common documentation in quick-common.rst and had it included. doc/conf.py has 'start/quick-common.rst' in exclude patterns so that sphinx does not complain about this file not being in toc. Signed-off-by: Kevin Dalley <kevin@kelphead.org>
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``.
|