]> git.apps.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>
Thu, 28 Feb 2019 20:34:53 +0000 (12:34 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
doc/rados/configuration/osd-config-ref.rst

index ea3f7923e4b8e400a668236d9edcea51f451e414..dc01b229b1f44e4ee306a5562c79c35f9b37bd76 100644 (file)
@@ -406,8 +406,7 @@ Operations
 
 ``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``
@@ -426,18 +425,30 @@ Operations
 
 ``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``