From 61215892d45819036431cdae9c73cf93d6acafd1 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 14 Dec 2017 12:37:17 -0800 Subject: [PATCH] doc: clarify type of client in config ref The kernel configuration is different. Signed-off-by: Patrick Donnelly --- doc/cephfs/client-config-ref.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/client-config-ref.rst b/doc/cephfs/client-config-ref.rst index 6a149acf08f..61479bfbcac 100644 --- a/doc/cephfs/client-config-ref.rst +++ b/doc/cephfs/client-config-ref.rst @@ -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)