]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: Document mclock scheduler refinements and profiles 40361/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Wed, 24 Mar 2021 07:52:03 +0000 (13:22 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Wed, 24 Mar 2021 16:19:48 +0000 (21:49 +0530)
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
PendingReleaseNotes

index 463d2951c63ff2d82cd6a4a7384fb4870bc19397..1c7cb08a6eac12aef6ee48ab481e74ed619a6f6c 100644 (file)
   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.
+
 >=15.0.0
 --------