From: John Wilkins Date: Fri, 26 Apr 2013 21:05:06 +0000 (-0700) Subject: doc: Added Key Management for ceph-deploy. X-Git-Tag: v0.61~78 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c25144e89a83650725e728bb9d9e79157bdfa0aa;p=ceph.git doc: Added Key Management for ceph-deploy. Signed-off-by: John Wilkins --- diff --git a/doc/rados/deployment/ceph-deploy-keys.rst b/doc/rados/deployment/ceph-deploy-keys.rst new file mode 100644 index 000000000000..5013a7cab33f --- /dev/null +++ b/doc/rados/deployment/ceph-deploy-keys.rst @@ -0,0 +1,28 @@ +================= + Keys Management +================= + + +Gather Keys +=========== + +Before you can provision a host to run OSDs or metadata servers, you must gather +monitor keys and the OSD and MDS bootstrap keyrings. To gather keys, enter the +following:: + + ceph-deploy gatherkeys {monitor-host} + + +.. note:: To retreive the keys, you specify a host that has a + Ceph monitor. + + +Forget Keys +=========== + +When you are no longer using ``ceph-deploy`` (or if you are recreating a +cluster), you should delete the keys in the local directory of your admin host. +To delete keys, enter the following:: + + ceph-deploy forgetkeys +