]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/options/global.yaml.in: use mclock_scheduler as the default scheduler
authorNeha Ojha <nojha@redhat.com>
Mon, 3 May 2021 18:35:35 +0000 (18:35 +0000)
committerNeha Ojha <nojha@redhat.com>
Thu, 6 May 2021 17:54:38 +0000 (17:54 +0000)
The aim is to default to mclock_scheduler in quincy, so start early and
get more testing.

Signed-off-by: Neha Ojha <nojha@redhat.com>
src/common/options/global.yaml.in

index a6a7da1311f0fad76621bd1b0f4a16aeda2a345f..74775b0ab7b5623e5dc1b0ca4d2f650b1b805da4 100644 (file)
@@ -4450,19 +4450,18 @@ options:
   type: str
   level: advanced
   desc: which operation priority queue algorithm to use
-  long_desc: which operation priority queue algorithm to use; mclock_scheduler is
-    currently experimental
+  long_desc: which operation priority queue algorithm to use
   fmt_desc: This sets the type of queue to be used for prioritizing ops
     within each OSD. Both queues feature a strict sub-queue which is
     dequeued before the normal queue. The normal queue is different
     between implementations. The WeightedPriorityQueue (``wpq``)
     dequeues operations in relation to their priorities to prevent
     starvation of any queue. WPQ should help in cases where a few OSDs
-    are more overloaded than others. The new mClockQueue
+    are more overloaded than others. The mClockQueue
     (``mclock_scheduler``) prioritizes operations based on which class
     they belong to (recovery, scrub, snaptrim, client op, osd subop).
     See `QoS Based on mClock`_. Requires a restart.
-  default: wpq
+  default: mclock_scheduler
   see_also:
   - osd_op_queue_cut_off
   enum_values: