Skip to content

Commit

Permalink
Merge pull request #15664 from zealoussnow/wip-fix-doc
Browse files Browse the repository at this point in the history
doc: remove some non-existent and fix the default value according to …

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
xiexingguo committed Jun 14, 2017
2 parents bd821ec + 3c1eb63 commit be31dfa
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions doc/rados/configuration/filestore-config-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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
Expand Down

0 comments on commit be31dfa

Please sign in to comment.