]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove some non-existent and fix the default value according to source code 15664/head
authorLeo Zhang <nguzcf@gmail.com>
Tue, 13 Jun 2017 11:57:07 +0000 (19:57 +0800)
committerLeo Zhang <nguzcf@gmail.com>
Tue, 13 Jun 2017 11:57:07 +0000 (19:57 +0800)
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
doc/rados/configuration/filestore-config-ref.rst

index 16ac7c05d474fa710dabe51b761594557aa98062..6b351f0bf83989a942515130ad0f25fdb57e8035 100644 (file)
@@ -192,7 +192,7 @@ The following settings provide limits on the size of filestore queue.
 :Description: Defines the maximum number of in progress operations the file store accepts before blocking on queuing new operations. 
 :Type: Integer
 :Required: No. Minimal impact on performance.
-:Default: ``500``
+:Default: ``50``
 
 
 ``filestore queue max bytes``
@@ -203,20 +203,6 @@ The following settings provide limits on the size of filestore queue.
 :Default: ``100 << 20``
 
 
-``filestore queue committing max ops``
-
-:Description: The maximum number of operations the filestore can commit. 
-:Type: Integer
-:Required: No
-:Default: ``500``
-
-
-``filestore queue committing max bytes``
-
-:Description: The maximum number of bytes the filestore can commit.
-:Type: Integer
-:Required: No
-:Default: ``100 << 20``
 
 
 .. index:: filestore; timeouts