aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/filesystems/ceph.txt8
1 files 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
105 address its connection to the monitor originates from. 105 address its connection to the monitor originates from.
106 106
107 wsize=X 107 wsize=X
108 Specify the maximum write size in bytes. By default there is no 108 Specify the maximum write size in bytes. Default: 16 MB.
109 maximum. Ceph will normally size writes based on the file stripe
110 size.
111 109
112 rsize=X 110 rsize=X
113 Specify the maximum read size in bytes. Default: 64 MB. 111 Specify the maximum read size in bytes. Default: 16 MB.
114 112
115 rasize=X 113 rasize=X
116 Specify the maximum readahead. Default: 8 MB. 114 Specify the maximum readahead size in bytes. Default: 8 MB.
117 115
118 mount_timeout=X 116 mount_timeout=X
119 Specify the timeout value for mount (in seconds), in the case 117 Specify the timeout value for mount (in seconds), in the case