]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: correct arguments for ceph tell osd.N bench 14462/head
authorPatrick Dinnen <pdinnen@gmail.com>
Tue, 11 Apr 2017 19:57:11 +0000 (15:57 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2017 19:57:11 +0000 (15:57 -0400)
Signed-off-by: Patrick Dinnen pdinnen@gmail.com
doc/rados/operations/control.rst

index 99d315295bc25aaefb8e88691705ca5888196147..f5d596fc02886e39bfd69f01d8e69a3d307f45b6 100644 (file)
@@ -279,14 +279,14 @@ Sends a repair command to OSD.N. To send the command to all OSDs, use ``*``. ::
 
        ceph osd repair N
 
-Runs a simple throughput benchmark against OSD.N, writing ``NUMBER_OF_OBJECTS``
+Runs a simple throughput benchmark against OSD.N, writing ``TOTAL_DATA_BYTES``
 in write requests of ``BYTES_PER_WRITE`` each. By default, the test
 writes 1 GB in total in 4-MB increments.
 The benchmark is non-destructive and will not overwrite existing live
 OSD data, but might temporarily affect the performance of clients
 concurrently accessing the OSD. ::
 
-       ceph tell osd.N bench [NUMER_OF_OBJECTS] [BYTES_PER_WRITE]
+       ceph tell osd.N bench [TOTAL_DATA_BYTES] [BYTES_PER_WRITE]
 
 
 MDS Subsystem