]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Add release note for mclock scheduler refinements and profiles
authorSridhar Seshasayee <sseshasa@redhat.com>
Thu, 25 Mar 2021 15:41:21 +0000 (21:11 +0530)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 31 Mar 2021 15:44:11 +0000 (11:44 -0400)
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
doc/releases/pacific.rst

index c1eec7acabf90222f245aae346755ecd2463c825..7a890a454a82d6cf9027bf1fbdb2cae97a2c4e1d 100644 (file)
@@ -84,4 +84,12 @@ Notable Changes
   is enabled. This helps with the monitor logs on larger clusters, that may get
   many 'osd.X reported immediately failed by osd.Y' messages, and confuse tools.
 
+* The mclock scheduler has been refined. A set of built-in profiles are now available that
+  provide QoS between the internal and external clients of Ceph. To enable the mclock
+  scheduler, set the config option "osd_op_queue" to "mclock_scheduler". The
+  "high_client_ops" profile is enabled by default, and allocates more OSD bandwidth to
+  external client operations than to internal client operations (such as background recovery
+  and scrubs). Other built-in profiles include "high_recovery_ops" and "balanced". These
+  built-in profiles optimize the QoS provided to clients of mclock scheduler.
+