]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
add, hopefully, helpful comments
authorAlexandre Marangone <alexandre.marangone@inktank.com>
Fri, 15 Mar 2013 19:25:55 +0000 (12:25 -0700)
committerAlexandre Marangone <alexandre.marangone@inktank.com>
Wed, 20 Mar 2013 18:34:00 +0000 (11:34 -0700)
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
recipes/mon.rb

index e890f712e4b1b9675418115b5407e53b909bc6c3..4b96429c8ba24872442431e0c92e9a67af570821 100644 (file)
@@ -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'