]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: journaler config options
authorSage Weil <sage@inktank.com>
Wed, 26 Dec 2012 18:58:58 +0000 (10:58 -0800)
committerSage Weil <sage@inktank.com>
Thu, 27 Dec 2012 01:34:12 +0000 (17:34 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
doc/cephfs/journaler.rst

index da314640321a1a32da8554d97f97c041178ef91f..eeedea799169dbff5e3ce54a394e42730c226e8d 100644 (file)
@@ -4,15 +4,15 @@
 
 ``journaler allow split entries``
 
-:Description: 
+:Description: Allow an entry to span a stripe boundary
 :Type: Boolean
 :Required: No
 :Default: ``true``
 
 
-``journaler write ahead interval``
+``journaler write head interval``
 
-:Description: 
+:Description: How frequently to update the journal head object
 :Type: Integer
 :Required: No
 :Default: ``15``
@@ -20,7 +20,7 @@
 
 ``journaler prefetch periods``
 
-:Description: 
+:Description: How many stripe periods to read-ahead on journal replay
 :Type: Integer
 :Required: No
 :Default: ``10``
@@ -28,7 +28,7 @@
 
 ``journal prezero periods``
 
-:Description: 
+:Description: How mnay stripe periods to zero ahead of write position
 :Type: Integer
 :Required: No
 :Default: ``10``