From: John Wilkins Date: Thu, 10 Jul 2014 15:05:42 +0000 (-0700) Subject: doc: Added keyring location note to resolve pull abandoned pull request #1946. X-Git-Tag: v0.84~128 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0839e2a6de99bba6438da932a36776f2cf7c4091;p=ceph.git doc: Added keyring location note to resolve pull abandoned pull request #1946. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-rbd.rst b/doc/start/quick-rbd.rst index ef027f78d673..39890426f67b 100644 --- a/doc/start/quick-rbd.rst +++ b/doc/start/quick-rbd.rst @@ -43,6 +43,10 @@ Install Ceph ceph-deploy admin ceph-client + The ``ceph-deploy`` utility copies the keyring to the ``/etc/ceph`` + directory. Ensure that the keyring file has appropriate read permissions + (e.g., ``sudo chmod + r /etc/ceph/ceph.client.admin.keyring``). + Configure a Block Device ========================