summaryrefslogtreecommitdiff
path: root/src/sample.ceph.conf
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-02-28 21:37:16 -0800
committerSage Weil <sage@newdream.net>2009-02-28 21:37:16 -0800
commit5047e6b5f6e24875440656455a8c3b8f860830f4 (patch)
tree1d96d2039caaa726f70e14e462c6d6b553625826 /src/sample.ceph.conf
parenta0cbcc0e534aa314bf5f951971daed76628179ef (diff)
downloadceph-5047e6b5f6e24875440656455a8c3b8f860830f4.tar.gz
initial sample.ceph.conf (incomplete)
Diffstat (limited to 'src/sample.ceph.conf')
-rw-r--r--src/sample.ceph.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/sample.ceph.conf b/src/sample.ceph.conf
new file mode 100644
index 00000000000..5e2fc484e82
--- /dev/null
+++ b/src/sample.ceph.conf
@@ -0,0 +1,54 @@
+;
+; Sample ceph runtime ceph.conf file.
+;
+; This file defines runtime parameters for cmon, cmds, cosd, and
+; a few other ceph utilities.
+
+; For options relating to cluster membership and startup, see
+; startup.conf.
+
+
+; global
+
+[debug]
+ ;; global debug level. use with caution.
+ ; debug = 10
+
+ ;; mds debug level
+ ; debug mds = 1
+ ;; load balancing
+ ; debug mds balancer = 1
+ ;; log/journal
+ ; debug mds log = 1
+ ;; log trimming
+ ; debug mds log expire = 1
+
+ ;; low-level buffer operations
+ ; debug buffer = 0
+
+ ;; timer
+ ; debug timer = 0
+
+ ;; filer maps files onto objects
+ ; debug filer = 0
+
+ ;; objecter performs i/o with osd cluster
+ ; debug objecter = 0
+
+ ;; journaler manages the mds jouranl
+ ; debug journaler = 0
+
+ ;; object cacher is used by the userspace fs client
+ ; debug objectcacher = 0
+
+ ;; osd
+ ; debug osd = 0
+
+ ;; ebofs (deprecated) object file system
+ ; debug ebofs = 1
+
+
+
+; etc.
+
+ \ No newline at end of file