mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge PR #19535 into master
* refs/pull/19535/head: doc: clarify type of client in config ref Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
commit
634a2ccb34
@ -131,19 +131,19 @@
|
||||
|
||||
``client_readahead_max_bytes``
|
||||
|
||||
:Description: Set the maximum number of bytes that the kernel reads ahead for future read operations. Overridden by the ``client_readahead_max_periods`` setting.
|
||||
:Description: Set the maximum number of bytes that the client reads ahead for future read operations. Overridden by the ``client_readahead_max_periods`` setting.
|
||||
:Type: Integer
|
||||
:Default: ``0`` (unlimited)
|
||||
|
||||
``client_readahead_max_periods``
|
||||
|
||||
:Description: Set the number of file layout periods (object size * number of stripes) that the kernel reads ahead. Overrides the ``client_readahead_max_bytes`` setting.
|
||||
:Description: Set the number of file layout periods (object size * number of stripes) that the client reads ahead. Overrides the ``client_readahead_max_bytes`` setting.
|
||||
:Type: Integer
|
||||
:Default: ``4``
|
||||
|
||||
``client_readahead_min``
|
||||
|
||||
:Description: Set the minimum number bytes that the kernel reads ahead.
|
||||
:Description: Set the minimum number bytes that the client reads ahead.
|
||||
:Type: Integer
|
||||
:Default: ``131072`` (128KB)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user