mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
Merge PR #22340 into master
* refs/pull/22340/head: doc: update description of mount options for cephfs Reviewed-by: Zheng Yan <zyan@redhat.com>
This commit is contained in:
commit
c2311e1aeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user