Skip to content

Commit

Permalink
Merge pull request #11101 from andihit/master
Browse files Browse the repository at this point in the history
doc: fix description for rsize and rasize

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
idryomov committed Sep 16, 2016
2 parents 8372b96 + a004254 commit 8bf14af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/man/8/mount.ceph.rst
Expand Up @@ -46,12 +46,15 @@ Options
=======

:command:`wsize`
int, max write size. Default: none (writeback uses smaller of wsize
int (bytes), max write size. Default: none (writeback uses smaller of wsize
and stripe unit)

:command:`rsize`
int (bytes), max readahead, multiple of 1024, Default: 524288
(512*1024)
int (bytes), max read size. Default: none

:command:`rasize`
int (bytes), max readahead, multiple of 1024, Default: 8388608
(8192*1024)

:command:`osdtimeout`
int (seconds), Default: 60
Expand Down

0 comments on commit 8bf14af

Please sign in to comment.