]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Update doc to reflect the bahavior change for filestore_merge_threshold setting. 1783/head
authorGuang Yang <yguang@yahoo-inc.com>
Wed, 7 May 2014 09:41:36 +0000 (09:41 +0000)
committerGuang Yang <yguang@yahoo-inc.com>
Wed, 7 May 2014 09:41:36 +0000 (09:41 +0000)
Signed-off-by: Guang Yang (yguang@yahoo-inc.com)
doc/rados/configuration/filestore-config-ref.rst

index 2e4a5b1a6fb089408ef2a1b159524d71a66e5408..72939baef3fb5e287fc8a6480d613e7a634cc1c7 100644 (file)
@@ -256,6 +256,7 @@ Misc
 ``filestore merge threshold``
 
 :Description: Min number of files in a subdir before merging into parent
+              NOTE: A negative value means to disable subdir merging
 :Type: Integer
 :Required: No
 :Default: ``10``
@@ -263,7 +264,7 @@ Misc
 
 ``filestore split multiple``
 
-:Description:  ``filestore_split_multiple * filestore_merge_threshold * 16`` 
+:Description:  ``filestore_split_multiple * abs(filestore_merge_threshold) * 16`` 
                is the maximum number of files in a subdirectory before 
                splitting into child directories.