]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
:doc: Added constraints and revised a description per joshd.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 30 Aug 2012 18:48:47 +0000 (11:48 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 30 Aug 2012 18:48:47 +0000 (11:48 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/config-cluster/rbd-config-ref.rst

index 085643e2f09876c0db147f3a33371dc123ee52fa..df3fe19223dea2e4f07782d80e9943a4bc549834 100644 (file)
@@ -53,6 +53,7 @@ section of your configuration file. The settings include:
 :Description: The ``dirty`` limit in bytes at which the cache triggers write-back.  If ``0``, uses write-through caching.
 :Type: 64-bit Integer
 :Required: No
+:Constraint: Must be less than ``rbd cache size``.
 :Default: ``24 MiB``
 
 
@@ -61,12 +62,13 @@ section of your configuration file. The settings include:
 :Description: The ``dirty target`` before the cache begins writing data to the data storage. Does not block writes to the cache.
 :Type: 64-bit Integer
 :Required: No
+:Constraint: Must be less than ``rbd cache max dirty``.
 :Default: ``16 MiB``
 
 
 ``rbd cache max dirty age``
 
-:Description: The number of seconds in the cache before writeback starts. 
+:Description: The number of seconds dirty data is in the cache before writeback starts. 
 :Type: Float
 :Required: No
 :Default: ``1.0``