]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update some of the priority item descriptions
authorDavid Zafman <dzafman@redhat.com>
Fri, 8 Feb 2019 01:13:05 +0000 (17:13 -0800)
committerDavid Zafman <dzafman@redhat.com>
Fri, 15 Mar 2019 19:50:32 +0000 (19:50 +0000)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b1efd4309634839693cb3d323318777a4fb57258)
(cherry picked from commit 7d4bfea0018ce811d0c5794f271f7bf76bb7b648)

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

index 1af802da2d45011a9d639d620100293fdd4283bf..1f6eabb64e2c6400cadbb0453c38d492594a1ef1 100644 (file)
@@ -401,8 +401,7 @@ recovery operations to ensure optimal performance during recovery.
 
 ``osd client op priority``
 
-:Description: The priority set for client operations. It is relative to
-              ``osd recovery op priority``.
+:Description: The priority set for client operations.
 
 :Type: 32-bit Integer
 :Default: ``63``
@@ -421,18 +420,30 @@ recovery operations to ensure optimal performance during recovery.
 
 ``osd scrub priority``
 
-:Description: The priority set for scrub operations. It is relative to
-              ``osd client op priority``.
+:Description: The default priority set for a scheduled scrub work queue when the
+              pool doesn't specify a value of ``scrub_priority``.  This can be
+              boosted to the value of ``osd client op priority`` when scrub is
+              blocking client operations.
 
 :Type: 32-bit Integer
 :Default: ``5``
 :Valid Range: 1-63
 
 
+``osd requested scrub priority``
+
+:Description: The priority set for user requested scrub on the work queue.  If
+              this value were to be smaller than ``osd client op priority`` it
+              can be boosted to the value of ``osd client op priority`` when
+              scrub is blocking client operations.
+
+:Type: 32-bit Integer
+:Default: ``120``
+
+
 ``osd snap trim priority``
 
-:Description: The priority set for snap trim operations. It is relative to
-              ``osd client op priority``.
+:Description: The priority set for the snap trim work queue.
 
 :Type: 32-bit Integer
 :Default: ``5``