:Type: String
:Valid Choices: prio, wpq, mclock_opclass, mclock_client
-:Default: ``prio``
+:Default: ``wpq``
``osd op queue cut off``
:Type: String
:Valid Choices: low, high
-:Default: ``low``
+:Default: ``high``
``osd client op priority``
.add_see_also("osd_op_queue_cut_off"),
Option("osd_op_queue_cut_off", Option::TYPE_STR, Option::LEVEL_ADVANCED)
- .set_default("low")
+ .set_default("high")
.set_enum_allowed( { "low", "high", "debug_random" } )
.set_description("the threshold between high priority ops and low priority ops")
.set_long_description("the threshold between high priority ops that use strict priority ordering and low priority ops that use a fairness algorithm that may or may not incorporate priority")