diff options
Diffstat (limited to 'doc/start/quick-rbd.rst')
-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 |