From: Loic Dachary Date: Tue, 7 Oct 2014 08:09:46 +0000 (+0200) Subject: doc: missing osd prefix to ioprio config options X-Git-Tag: v0.87~32^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=19c92d86fd322f6256670b5881497dc8c1fd4a27;p=ceph.git doc: missing osd prefix to ioprio config options http://tracker.ceph.com/issues/9676 Fixes: #9676 Signed-off-by: Loic Dachary (cherry picked from commit 62235688c417ed19a472bc8a94bba005e03afbc6) --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index ebb6b3b6f894..92360b814d27 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -320,10 +320,10 @@ recovery operations to ensure optimal performance during recovery. :Type: 32-bit Integer :Default: ``1`` -``disk thread ioprio class`` +``osd disk thread ioprio class`` -:Description: Warning: it will only be used if both ``disk thread - ioprio class`` and ``disk thread ioprio priority`` are +:Description: Warning: it will only be used if both ``osd disk thread + ioprio class`` and ``osd disk thread ioprio priority`` are set to a non default value. Sets the ioprio_set(2) I/O scheduling ``class`` for the disk thread. Acceptable values are ``idle``, ``be`` or ``rt``. The ``idle`` @@ -340,10 +340,10 @@ recovery operations to ensure optimal performance during recovery. :Type: String :Default: the empty string -``disk thread ioprio priority`` +``osd disk thread ioprio priority`` -:Description: Warning: it will only be used if both ``disk thread - ioprio class`` and ``disk thread ioprio priority`` are +:Description: Warning: it will only be used if both ``osd disk thread + ioprio class`` and ``osd disk thread ioprio priority`` are set to a non default value. It sets the ioprio_set(2) I/O scheduling ``priority`` of the disk thread ranging from 0 (highest) to 7 (lowest). If all OSDs on a given