All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: update description of ceph mount option
@ 2018-06-04 12:10 Chengguang Xu
  2018-06-04 15:38 ` Ilya Dryomov
  0 siblings, 1 reply; 2+ messages in thread
From: Chengguang Xu @ 2018-06-04 12:10 UTC (permalink / raw)
  To: ceph-devel, linux-doc; +Cc: zyan, idryomov, corbet, Chengguang Xu

Based on code, default value of rsize/wsize is 16 MB.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
---
 Documentation/filesystems/ceph.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/Documentation/filesystems/ceph.txt b/Documentation/filesystems/ceph.txt
index d7f011ddc150..8bf62240e10d 100644
--- a/Documentation/filesystems/ceph.txt
+++ b/Documentation/filesystems/ceph.txt
@@ -105,15 +105,13 @@ Mount Options
 	address its connection to the monitor originates from.
 
   wsize=X
-	Specify the maximum write size in bytes.  By default there is no
-	maximum.  Ceph will normally size writes based on the file stripe
-	size.
+	Specify the maximum write size in bytes.  Default: 16 MB.
 
   rsize=X
-	Specify the maximum read size in bytes.  Default: 64 MB.
+	Specify the maximum read size in bytes.  Default: 16 MB.
 
   rasize=X
-	Specify the maximum readahead.  Default: 8 MB.
+	Specify the maximum readahead size in bytes.  Default: 8 MB.
 
   mount_timeout=X
 	Specify the timeout value for mount (in seconds), in the case
-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: update description of ceph mount option
  2018-06-04 12:10 [PATCH] doc: update description of ceph mount option Chengguang Xu
@ 2018-06-04 15:38 ` Ilya Dryomov
  0 siblings, 0 replies; 2+ messages in thread
From: Ilya Dryomov @ 2018-06-04 15:38 UTC (permalink / raw)
  To: Chengguang Xu; +Cc: Ceph Development, linux-doc, Yan, Zheng, Jonathan Corbet

On Mon, Jun 4, 2018 at 2:10 PM, Chengguang Xu <cgxu519@gmx.com> wrote:
> Based on code, default value of rsize/wsize is 16 MB.
>
> Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
> ---
>  Documentation/filesystems/ceph.txt | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/filesystems/ceph.txt b/Documentation/filesystems/ceph.txt
> index d7f011ddc150..8bf62240e10d 100644
> --- a/Documentation/filesystems/ceph.txt
> +++ b/Documentation/filesystems/ceph.txt
> @@ -105,15 +105,13 @@ Mount Options
>         address its connection to the monitor originates from.
>
>    wsize=X
> -       Specify the maximum write size in bytes.  By default there is no
> -       maximum.  Ceph will normally size writes based on the file stripe
> -       size.
> +       Specify the maximum write size in bytes.  Default: 16 MB.
>
>    rsize=X
> -       Specify the maximum read size in bytes.  Default: 64 MB.
> +       Specify the maximum read size in bytes.  Default: 16 MB.
>
>    rasize=X
> -       Specify the maximum readahead.  Default: 8 MB.
> +       Specify the maximum readahead size in bytes.  Default: 8 MB.
>
>    mount_timeout=X
>         Specify the timeout value for mount (in seconds), in the case

Applied.

Thanks,

                Ilya
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-04 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-04 12:10 [PATCH] doc: update description of ceph mount option Chengguang Xu
2018-06-04 15:38 ` Ilya Dryomov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.