Commit cb63483a authored by Xiubo Li's avatar Xiubo Li Committed by Ilya Dryomov
Browse files

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: default avatarXiubo Li <xiubli@redhat.com>
Reviewed-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 5107d7d5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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