]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update description of mount options for cephfs 22340/head
authorChengguang Xu <cgxu519@gmx.com>
Thu, 31 May 2018 12:07:28 +0000 (20:07 +0800)
committerChengguang Xu <cgxu519@gmx.com>
Thu, 31 May 2018 12:07:28 +0000 (20:07 +0800)
Based on kernel client code, wsize/rsize have default
value 16777216 (16*1024*1024) and rasize actually aligns
to PAGE_SIZE.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
doc/man/8/mount.ceph.rst

index 56900a9e6460c883ddc4c6638af26c90c9a8a884..8f3d5bbbcf22145bb2b05eabea843345435c1a8f 100644 (file)
@@ -46,15 +46,14 @@ Options
 =======
 
 :command:`wsize`
-  int (bytes), max write size. Default: none (writeback uses smaller of wsize
+  int (bytes), max write size. Default: 16777216 (16*1024*1024) (writeback uses smaller of wsize
   and stripe unit)
 
 :command:`rsize`
-  int (bytes), max read size. Default: none
+  int (bytes), max read size. Default: 16777216 (16*1024*1024)
 
 :command:`rasize`
-  int (bytes), max readahead, multiple of 1024, Default: 8388608
-  (8192*1024)
+  int (bytes), max readahead. Default: 8388608 (8192*1024)
 
 :command:`osdtimeout`
   int (seconds), Default: 60