From f9a91f2b62711c20e88e2f4c4cf5d5db035727f2 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Wed, 7 May 2014 09:41:36 +0000 Subject: [PATCH] Update doc to reflect the bahavior change for filestore_merge_threshold setting. Signed-off-by: Guang Yang (yguang@yahoo-inc.com) --- doc/rados/configuration/filestore-config-ref.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/rados/configuration/filestore-config-ref.rst b/doc/rados/configuration/filestore-config-ref.rst index 2e4a5b1a6fb08..72939baef3fb5 100644 --- a/doc/rados/configuration/filestore-config-ref.rst +++ b/doc/rados/configuration/filestore-config-ref.rst @@ -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. -- 2.39.5