]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: missing osd prefix to ioprio config options
authorLoic Dachary <loic-201408@dachary.org>
Tue, 7 Oct 2014 08:09:46 +0000 (10:09 +0200)
committerLoic Dachary <loic-201408@dachary.org>
Tue, 7 Oct 2014 18:29:41 +0000 (20:29 +0200)
http://tracker.ceph.com/issues/9676 Fixes: #9676

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit 62235688c417ed19a472bc8a94bba005e03afbc6)

doc/rados/configuration/osd-config-ref.rst

index ebb6b3b6f894c88fd1b98a0b71174903df4d6734..92360b814d27444ef0b90a5a93589846c3da3e24 100644 (file)
@@ -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