]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: reduce osd_requested_scrub_priority default value 59793/head
authorRonen Friedman <rfriedma@redhat.com>
Sun, 15 Sep 2024 09:23:44 +0000 (12:23 +0300)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 15 Sep 2024 09:23:44 +0000 (12:23 +0300)
commitb98a46582e5e21de13e51017ea35dabdc19db71d
treefdbeb585d430cba6919ed9ac687dbbb63b2c4451
parentfc3e0bff7468fd55478adbae7f75508b749124b6
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>
src/common/options/global.yaml.in