From 62235688c417ed19a472bc8a94bba005e03afbc6 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 7 Oct 2014 10:09:46 +0200 Subject: [PATCH] doc: missing osd prefix to ioprio config options http://tracker.ceph.com/issues/9676 Fixes: #9676 Signed-off-by: Loic Dachary --- doc/rados/configuration/osd-config-ref.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index ebb6b3b6f894c..92360b814d274 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 -- 2.39.5