From 5ab5e8268174bd34a095a1e96a1a969ad9e3531b Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Thu, 15 Sep 2016 22:02:23 +0200 Subject: [PATCH] doc: fix description for rsize and rasize Signed-off-by: Andreas Gerstmayr (cherry picked from commit a004254a02cafdee848a382f893f89c3c5a9845a) --- doc/man/8/mount.ceph.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index c257a70f71647..e6827897af325 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -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 -- 2.39.5