From: Alexandre Marangone Date: Fri, 15 Mar 2013 19:25:55 +0000 (-0700) Subject: add, hopefully, helpful comments X-Git-Tag: v0.2.0~38^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5d947a9c81c1ae1fd1ee2795b79b43b4e6aa49ab;p=ceph-cookbooks.git add, hopefully, helpful comments Signed-off-by: Alexandre Marangone --- diff --git a/recipes/mon.rb b/recipes/mon.rb index e890f71..4b96429 100644 --- a/recipes/mon.rb +++ b/recipes/mon.rb @@ -1,4 +1,18 @@ -# this recipe creates a monitor cluster +# This recipe creates a monitor cluster +# +# You should never change the mon default path or +# the keyring path. +# Don't change the cluster name either +# Default path for mon data: /var/lib/ceph/mon/$cluster-$id/ +# which will be /var/lib/ceph/mon/ceph-`hostname`/ +# This path is used by upstart. If changed, upstart won't +# start the monitor +# The keyring files are created using the following pattern: +# /etc/ceph/$cluster.client.$name.keyring +# e.g. /etc/ceph/ceph.client.admin.keyring +# The bootstrap-osd and bootstrap-mds keyring are a bit +# different and are created in +# /var/lib/ceph/bootstrap-{osd,mds}/ceph.keyring require 'json'