summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-09-20 13:00:57 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-09-20 13:00:57 -0700
commitc55d7ac7cb8598dd34096c3d6a7aca55c65c442f (patch)
tree48ea5aaca0188106b7181a303878c0d263b25c50
parent10754438e6223e9253d992fc73c520e32165584c (diff)
downloadceph-c55d7ac7cb8598dd34096c3d6a7aca55c65c442f.tar.gz
doc: Updated graphic to use same name as command line examples.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/start/quick-ceph-deploy.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst
index cfe1f48a499..43bfd7ef92c 100644
--- a/doc/start/quick-ceph-deploy.rst
+++ b/doc/start/quick-ceph-deploy.rst
@@ -8,24 +8,23 @@ you can explore some of the :term:`Ceph Storage Cluster` functionality.
.. ditaa::
/------------------\ /----------------\
- | ceph deploy Node | | Ceph Node |
+ | ceph–deploy Node | | ceph–node1 |
| +-------->+ |
| | | cCCC |
\---------+--------/ \----------------/
|
| /----------------\
- | | Ceph Node |
+ | | ceph–node2 |
+----------------->+ |
| | cCCC |
| \----------------/
|
| /----------------\
- | | Ceph Node |
- +----------------->+ |
+ | | ceph–node3 |
+ +----------------->| |
| cCCC |
\----------------/
-
For best results, create a directory on your ``ceph-deploy`` node for
maintaining the configuration of your cluster. ::