From: Wido den Hollander Date: Thu, 28 Aug 2014 06:12:30 +0000 (+0200) Subject: doc: Update docs about OSD benchmark syntax X-Git-Tag: v0.86~196 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36f15c3026debd808920a04bc3a60c96b119405b;p=ceph.git doc: Update docs about OSD benchmark syntax --- diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index ea5d6cb477e..7f651aff740 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 c39d732637a..438a4d0f58f 160000 --- a/src/civetweb +++ b/src/civetweb @@ -1 +1 @@ -Subproject commit c39d732637a813ab5d4386a6167444dd6a235e82 +Subproject commit 438a4d0f58f8126a3e0d48860a7cd3c56a3c4659