From: Patrick Dinnen Date: Tue, 11 Apr 2017 19:57:11 +0000 (-0400) Subject: doc: correct arguments for ceph tell osd.N bench X-Git-Tag: v12.0.2~103^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5931484c9f3226b30d31d58a7be436d220bd055;p=ceph.git doc: correct arguments for ceph tell osd.N bench Signed-off-by: Patrick Dinnen pdinnen@gmail.com --- diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index 99d315295bc2..f5d596fc0288 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -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