]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
sample.ceph.conf: correct the default value of filestore merge threshold 28653/head
authorzhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Wed, 19 Jun 2019 12:23:36 +0000 (20:23 +0800)
committerzhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Wed, 19 Jun 2019 12:23:36 +0000 (20:23 +0800)
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
src/sample.ceph.conf

index 589243e3853731bdf914a376bb86e7569cf1f990..8c24bd9cac6464a98e8144e7b41573f6327f8429 100644 (file)
     # 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
+    # Default:  -10
     ;filestore merge threshold    = -10
 
     # filestore_split_multiple * abs(filestore_merge_threshold) * 16 is the maximum number of files in a subdirectory before splitting into child directories.