]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: mention admin-node in common documentation 1833/head
authorKevin Dalley <kevin@kelphead.org>
Mon, 19 May 2014 21:36:56 +0000 (14:36 -0700)
committerKevin Dalley <kevin@kelphead.org>
Mon, 19 May 2014 21:36:56 +0000 (14:36 -0700)
This change uses admin-node in the quick-common.rst file, including
the graph. This name is already used in
quick-ceph-deploy.rst.

Signed-off-by: Kevin Dalley <kevin@kelphead.org>
doc/start/quick-ceph-deploy.rst
doc/start/quick-common.rst

index 8bbb0cae8d18ac19d5704539ba3716d9b3749720..b30499b7a7dae5db9c92ca8525d26e487ea07032 100644 (file)
@@ -154,10 +154,6 @@ configuration file, perform the following steps using ``ceph-deploy``.
 
        ceph-deploy admin node1 node2 node3 admin-node
 
-   **Note:** Since you are using ``ceph-deploy`` to talk to the
-   local host (admin-node), your host must be reachable by its hostname 
-   (e.g., you can modify ``/etc/hosts`` if necessary). 
-   
 #. Ensure that you have the correct permissions for the 
    ``ceph.client.admin.keyring``. ::
 
index b30a33674afd9e4ac5baa808e3624334ac4ec52f..6ee2414a491a186830e6dcddaf9f876692956b8b 100644 (file)
@@ -1,6 +1,6 @@
 .. ditaa:: 
            /------------------\         /----------------\
-           |    Admin Node    |         |      node1     |
+           |    admin-node    |         |      node1     |
            |                  +-------->+ cCCC           |
            |    ceph–deploy   |         |    mon.node1   |
            \---------+--------/         \----------------/
@@ -26,3 +26,8 @@ configuration that ``ceph-deploy`` generates for your cluster. ::
 .. tip:: The ``ceph-deploy`` utility will output files to the 
    current directory. Ensure you are in this directory when executing
    ``ceph-deploy``.
+
+.. tip:: ``ceph-deploy`` is talking to the
+   local admin host (``admin-node``). This host must be reachable by
+   its hostname. If necessary, modify ``/etc/hosts`` to add the name
+   of the admin host.