From: David Zafman Date: Fri, 8 Feb 2019 01:13:05 +0000 (-0800) Subject: doc: Update some of the priority item descriptions X-Git-Tag: v13.2.6~85^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7d4bfea0018ce811d0c5794f271f7bf76bb7b648;p=ceph.git doc: Update some of the priority item descriptions Signed-off-by: David Zafman (cherry picked from commit b1efd4309634839693cb3d323318777a4fb57258) --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 648ee3cfdce..89ee57566d0 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -390,8 +390,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`` @@ -410,18 +409,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``