From 5d947a9c81c1ae1fd1ee2795b79b43b4e6aa49ab Mon Sep 17 00:00:00 2001 From: Alexandre Marangone Date: Fri, 15 Mar 2013 12:25:55 -0700 Subject: [PATCH] add, hopefully, helpful comments Signed-off-by: Alexandre Marangone --- recipes/mon.rb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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' -- 2.47.3