diff options
author | Andreas Gerstmayr <andreas.gerstmayr@gmail.com> | 2016-09-15 15:23:01 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-10-03 10:13:50 -0400 |
commit | 92c1037ce8e3a70b616c8b91c990caf16a0096d1 (patch) | |
tree | f1e711663b308100a04ea98b7fedf7fb5d9c6a87 | |
parent | 88a25a5fa09dff62b5fc1e82fb9c0c6b23971887 (diff) |
ceph: fix description for rsize and rasize mount options
Signed-off-by: Andreas Gerstmayr <andreas.gerstmayr@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
-rw-r--r-- | Documentation/filesystems/ceph.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/ceph.txt b/Documentation/filesystems/ceph.txt index d6030aa33376..f5306ee40ea9 100644 --- a/Documentation/filesystems/ceph.txt +++ b/Documentation/filesystems/ceph.txt | |||
@@ -98,6 +98,10 @@ Mount Options | |||
98 | size. | 98 | size. |
99 | 99 | ||
100 | rsize=X | 100 | rsize=X |
101 | Specify the maximum read size in bytes. By default there is no | ||
102 | maximum. | ||
103 | |||
104 | rasize=X | ||
101 | Specify the maximum readahead. | 105 | Specify the maximum readahead. |
102 | 106 | ||
103 | mount_timeout=X | 107 | mount_timeout=X |