]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: fix man page
authorSage Weil <sage@inktank.com>
Thu, 27 Sep 2012 21:10:51 +0000 (14:10 -0700)
committerSage Weil <sage@inktank.com>
Thu, 27 Sep 2012 21:10:51 +0000 (14:10 -0700)
Default bench IO size if 4MB.

Fixes: 3230
Signed-off-by: Sage Weil <sage@inktank.com>
doc/man/8/rados.rst
man/rados.8

index c66c985c5ad3a27e5d765ce2e7d556b9ed1f11e1..f6fde9b91a62cd420731ada2446cbfdff3755f1c 100644 (file)
@@ -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*
index c1598917f77bc6a2d8293e31d1078b5957ff7b79..75c6280701c0b5ec32e70d1325eb41f7f32a24fd 100644 (file)
@@ -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