summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-09-27 23:10:51 +0200
committerSage Weil <sage@inktank.com>2012-09-27 23:10:51 +0200
commit1d552a4ba0c3eea2f4cb2307432bdac9984a472a (patch)
tree27406d04f52e4c37ae9eff812b6c8564581c18dd /man
parentdoc: fix rpm url (part deux) (diff)
downloadceph-1d552a4ba0c3eea2f4cb2307432bdac9984a472a.tar.xz
ceph-1d552a4ba0c3eea2f4cb2307432bdac9984a472a.zip
rados: fix man page
Default bench IO size if 4MB. Fixes: 3230 Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'man')
-rw-r--r--man/rados.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rados.8 b/man/rados.8
index c1598917f77..75c6280701c 100644
--- a/man/rados.8
+++ b/man/rados.8
@@ -119,7 +119,7 @@ Remove pool snapshot names \fIfoo\fP.
.TP
.B \fBbench\fP \fIseconds\fP \fImode\fP [ \-b \fIobjsize\fP ] [ \-t \fIthreads\fP ]
Benchmark for seconds. The mode can be write or read. The default
-object size is 4 KB, and the default number of simulated threads
+object size is 4 MB, and the default number of simulated threads
(parallel writes) is 16.
.UNINDENT
.SH EXAMPLES