From 36f15c3026debd808920a04bc3a60c96b119405b Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Thu, 28 Aug 2014 08:12:30 +0200 Subject: [PATCH] doc: Update docs about OSD benchmark syntax --- doc/rados/operations/control.rst | 4 ++-- src/civetweb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index ea5d6cb477ea3..7f651aff740f1 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -273,11 +273,11 @@ 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 ``TOTAL_BYTES`` +Runs a simple throughput benchmark against OSD.N, writing ``NUMBER_OF_OBJECTS`` in write requests of ``BYTES_PER_WRITE`` each. By default, the test writes 1 GB in total in 4-MB increments. :: - ceph osd tell N bench [BYTES_PER_WRITE] [TOTAL_BYTES] + ceph tell osd.N bench [NUMER_OF_OBJECTS] [BYTES_PER_WRITE] MDS Subsystem diff --git a/src/civetweb b/src/civetweb index c39d732637a81..438a4d0f58f81 160000 --- a/src/civetweb +++ b/src/civetweb @@ -1 +1 @@ -Subproject commit c39d732637a813ab5d4386a6167444dd6a235e82 +Subproject commit 438a4d0f58f8126a3e0d48860a7cd3c56a3c4659 -- 2.39.5