Skip to content

Commit 54b91e9

Browse files
authored
Merge pull request ceph#59793 from ronen-fr/wip-rf-15sreduce-qprio
osd/scrub: reduce osd_requested_scrub_priority default value Reviewed-by: Samuel Just <[email protected]> Reviewed-by: Aishwarya Mathuria <[email protected]>
2 parents 734c5eb + b98a465 commit 54b91e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/options/global.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3704,7 +3704,7 @@ options:
37043704
- name: osd_requested_scrub_priority
37053705
type: uint
37063706
level: advanced
3707-
default: 120
3707+
default: 5
37083708
fmt_desc: The priority set for user requested scrub on the work queue. If
37093709
this value were to be smaller than ``osd_client_op_priority`` it
37103710
can be boosted to the value of ``osd_client_op_priority`` when

0 commit comments

Comments
 (0)