From d40ba053139c4d3cc0abc62d8d0adb9656cc6c01 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Mon, 19 May 2014 14:36:56 -0700 Subject: [PATCH] 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 --- doc/start/quick-ceph-deploy.rst | 4 ---- doc/start/quick-common.rst | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 8bbb0cae8d18a..b30499b7a7dae 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 b30a33674afd9..6ee2414a491a1 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. -- 2.39.5