]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: clarify type of client in config ref 19535/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 14 Dec 2017 20:37:17 +0000 (12:37 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 14 Dec 2017 20:37:17 +0000 (12:37 -0800)
The kernel configuration is different.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/cephfs/client-config-ref.rst

index 6a149acf08f7536dfa745763ef600a50d5669231..61479bfbcac6e14bade596adad625808aa565335 100644 (file)
 
 ``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)