squid: osd/scrub: reduce osd_requested_scrub_priority default value#59885
Merged
ronen-fr merged 1 commit intoceph:squidfrom Oct 27, 2024
Merged
squid: osd/scrub: reduce osd_requested_scrub_priority default value#59885ronen-fr merged 1 commit intoceph:squidfrom
ronen-fr merged 1 commit intoceph:squidfrom
Conversation
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 b98a465)
NitzanMordhai
approved these changes
Sep 22, 2024
Contributor
|
jenkins test make check |
Contributor
|
jenkins test api |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Backport of #59793
Original tracker: https://tracker.ceph.com/issues/68072
Backport tracker: https://tracker.ceph.com/issues/68154
Signed-off-by: Ronen Friedman rfriedma@redhat.com
(cherry picked from commit b98a465)