From: Kevin Dalley Date: Mon, 19 May 2014 21:36:56 +0000 (-0700) Subject: doc: mention admin-node in common documentation X-Git-Tag: v0.82~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d40ba053139c4d3cc0abc62d8d0adb9656cc6c01;p=ceph.git doc: mention admin-node in common documentation 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 --- diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 8bbb0cae8d18..b30499b7a7da 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -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``. :: diff --git a/doc/start/quick-common.rst b/doc/start/quick-common.rst index b30a33674afd..6ee2414a491a 100644 --- a/doc/start/quick-common.rst +++ b/doc/start/quick-common.rst @@ -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.