From: Xiubo Li Date: Tue, 11 Feb 2020 15:31:20 +0000 (-0500) Subject: ceph: fix description of some mount options X-Git-Tag: v5.10.7~2839^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb63483ad06d5ae57c76cf15ba0f51fad0900417;p=platform%2Fkernel%2Flinux-rpi.git ceph: fix description of some mount options Based on the latest code, the default value for wsize/rsize is 64MB and the default value for the mount_timeout is 60 seconds. Signed-off-by: Xiubo Li Reviewed-by: Jeff Layton Signed-off-by: Ilya Dryomov --- diff --git a/Documentation/filesystems/ceph.txt b/Documentation/filesystems/ceph.txt index b19b6a0..92ffc9b 100644 --- a/Documentation/filesystems/ceph.txt +++ b/Documentation/filesystems/ceph.txt @@ -103,17 +103,17 @@ Mount Options address its connection to the monitor originates from. wsize=X - Specify the maximum write size in bytes. Default: 16 MB. + Specify the maximum write size in bytes. Default: 64 MB. rsize=X - Specify the maximum read size in bytes. Default: 16 MB. + Specify the maximum read size in bytes. Default: 64 MB. rasize=X Specify the maximum readahead size in bytes. Default: 8 MB. mount_timeout=X Specify the timeout value for mount (in seconds), in the case - of a non-responsive Ceph file system. The default is 30 + of a non-responsive Ceph file system. The default is 60 seconds. caps_max=X