]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added Key Management for ceph-deploy.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 26 Apr 2013 21:05:06 +0000 (14:05 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 26 Apr 2013 21:05:06 +0000 (14:05 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/ceph-deploy-keys.rst [new file with mode: 0644]

diff --git a/doc/rados/deployment/ceph-deploy-keys.rst b/doc/rados/deployment/ceph-deploy-keys.rst
new file mode 100644 (file)
index 0000000..5013a7c
--- /dev/null
@@ -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
+