]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
sample.ceph.conf: minor update 1816/head
authorDmitry Smirnov <onlyjob@member.fsf.org>
Fri, 16 May 2014 10:26:38 +0000 (20:26 +1000)
committerDmitry Smirnov <onlyjob@member.fsf.org>
Fri, 16 May 2014 10:30:29 +0000 (20:30 +1000)
 * Moved filestore settings above [osd.*] declarations otherwise
   (if uncommented) those settings might be applied only to last
   OSD which is not very obvious.
 * Few options added.

src/sample.ceph.conf

index f2c77203142a731531ce5e5bed4344b590de86be..32723165a62222af8249146a4fe754eee2e17dd1 100644 (file)
     # (Default: 300)
     ;mon osd down out interval  = 300
 
+    # The grace period in seconds before declaring unresponsive Ceph OSD
+    # Daemons "down".
+    # Type: 32-bit Integer
+    # (Default: 900)
+    ;mon osd report timeout          = 300
+
 ### http://ceph.com/docs/master/rados/troubleshooting/log-and-debug/
 
     # logging, for debugging monitor crashes, in order of
     # (Default: 5)
     ;osd recovery max active      = 3
 
+    # The maximum number of simultaneous scrub operations for a Ceph OSD Daemon.
+    # Type: 32-bit Int
+    # (Default: 1)
+    ;osd max scrubs               = 2
 
     # You may add settings for ceph-deploy so that it will create and mount
     # the correct type of file system. Remove the comment `#` character for
     ;debug filestore              = 20
     ;debug journal                = 20
 
-
-
-;[osd.0]
-;    host                         = delta
-
-;[osd.1]
-;    host                         = epsilon
-
-;[osd.2]
-;    host                         = zeta
-
-;[osd.3]
-;    host                         = eta
-
 ### http://ceph.com/docs/master/rados/configuration/filestore-config-ref/
 
     # The maximum interval in seconds for synchronizing the filestore.
     # (Default: false)
     ;filestore flusher            = true
 
+    # Defines the maximum number of in progress operations the file store
+    # accepts before blocking on queuing new operations.
+    # Type: Integer
+    # Required: No. Minimal impact on performance.
+    # (Default: 500)
+    ;filestore queue max ops      = 500
+
+;[osd.0]
+;    host                         = delta
+
+;[osd.1]
+;    host                         = epsilon
+
+;[osd.2]
+;    host                         = zeta
+
+;[osd.3]
+;    host                         = eta
+
+
 ##################
 ## client settings
 [client]