]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.conf: remove other random bits
authorSage Weil <sage@newdream.net>
Tue, 12 Jul 2011 03:37:48 +0000 (20:37 -0700)
committerSage Weil <sage@newdream.net>
Thu, 14 Jul 2011 04:54:04 +0000 (21:54 -0700)
obsolete sections, mds tuning.  stick with defaults.

teuthology/ceph.conf

index 2f645d7e759b3fca006dad3ee533696c43cd5665..4e7616d0cb3a4b8aebe11811bdadaa4381fd62f1 100644 (file)
@@ -9,10 +9,6 @@
 
 [mon]
         lockdep = 1
-       debug mon = 10
-        debug paxos = 10
-        debug auth = 10
-        debug ms = 1
         mon data = /tmp/cephtest/data/mon.$id
 
 [osd]
@@ -28,8 +24,6 @@
         lockdep = 1
         mds debug scatterstat = true
         mds verify scatter = true
-        mds log max segments = 2
-       mds cache size = 10000
         mds debug frag = true
         keyring = /tmp/cephtest/data/mds.$id.keyring
 
@@ -38,9 +32,3 @@
 
 [client.admin]
         keyring = /tmp/cephtest/ceph.keyring
-
-[group everyone]
-       addr = 0.0.0.0/0
-
-[mount /]
-       allow = %everyone