From c5931484c9f3226b30d31d58a7be436d220bd055 Mon Sep 17 00:00:00 2001 From: Patrick Dinnen Date: Tue, 11 Apr 2017 15:57:11 -0400 Subject: [PATCH] doc: correct arguments for ceph tell osd.N bench Signed-off-by: Patrick Dinnen pdinnen@gmail.com --- doc/rados/operations/control.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index 99d315295bc25..f5d596fc02886 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 -- 2.39.5