diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-09-30 15:25:28 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-09-30 15:25:28 -0700 |
commit | 7d1dc558563ca7286be9fe9c4f140ce7134a91ba (patch) | |
tree | 79bcbfe01ed8ecb4357ac97d59ba0dc2075219fa | |
parent | b23718a5d0c897daef8f2a0db9c164c4dc502323 (diff) | |
download | ceph-wip-doc-quickstart.tar.gz |
doc: Diagram update and clarification on ceph-deploy admin results.wip-doc-quickstart
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/start/quick-rbd.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/start/quick-rbd.rst b/doc/start/quick-rbd.rst index d25980cd937..9424457f8c2 100644 --- a/doc/start/quick-rbd.rst +++ b/doc/start/quick-rbd.rst @@ -15,7 +15,7 @@ Device`. /------------------\ /----------------\ | Admin Node | | ceph–client | | +-------->+ cCCC | - | ceph–deploy | | ceph | + | ceph–deploy | | ceph | \------------------/ \----------------/ @@ -32,10 +32,8 @@ Install Ceph ceph-deploy install ceph-client -#. On the admin node, use ``ceph-deploy`` to grant the ``ceph-client`` - administrator privileges, so you don't have to provide the Ceph - configuration file (``-c``) and key (``-k``) arguments. - This step is optional. :: +#. On the admin node, use ``ceph-deploy`` to copy the Ceph configuration file + and the ``ceph.client.admin.keyring`` to the ``ceph-client``. :: ceph-deploy admin ceph-client |