]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: reduce osd_requested_scrub_priority default value 59886/head
authorRonen Friedman <rfriedma@redhat.com>
Sun, 15 Sep 2024 09:23:44 +0000 (12:23 +0300)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 19 Sep 2024 16:40:29 +0000 (19:40 +0300)
commite2dcb894074a1824f92acc5df5aec94e977e27b5
treef6af8bbd2191f4900f839f0a5a4d37314d95314f
parent01eb14ceef76971620c50bbcd61b16ed8550a934
osd/scrub: reduce osd_requested_scrub_priority default value

No scrub messages should have a higher priority than
client op messages. The default value should therefore be
below osd_client_op_priority, which is 63.

But as a followup PR would eliminate the special queue
priority for 'requested' scrub messages, the default value
is set to equal osd_scrub_priority.

Fixes: https://tracker.ceph.com/issues/68072
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry picked from commit b98a46582e5e21de13e51017ea35dabdc19db71d)
src/common/options/global.yaml.in