From: Sage Weil Date: Thu, 27 Sep 2012 21:10:51 +0000 (-0700) Subject: rados: fix man page X-Git-Tag: v0.53~24 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1d552a4ba0c3eea2f4cb2307432bdac9984a472a;p=ceph.git rados: fix man page Default bench IO size if 4MB. Fixes: 3230 Signed-off-by: Sage Weil --- diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index c66c985c5ad3a..f6fde9b91a62c 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -95,7 +95,7 @@ Pool specific commands :command:`bench` *seconds* *mode* [ -b *objsize* ] [ -t *threads* ] 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. :command:`listomapkeys` *name* diff --git a/man/rados.8 b/man/rados.8 index c1598917f77bc..75c6280701c0b 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