From: Samuel Just Date: Tue, 22 Oct 2019 21:07:53 +0000 (-0700) Subject: PendingReleaseNotes: note mClockScheduler config changes X-Git-Tag: v15.1.0~1180^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30650%2Fhead;p=ceph.git PendingReleaseNotes: note mClockScheduler config changes Signed-off-by: Samuel Just --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 974796806b3e..dc6c68ba1e9a 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -235,3 +235,9 @@ * The ``upmap_max_iterations`` config option of mgr/balancer has been renamed to ``upmap_max_optimizations`` to better match its behaviour. +* ``mClockClientQueue`` and ``mClockClassQueue`` OpQueue + implementations have been removed in favor of of a single + ``mClockScheduler`` implementation of a simpler OSD interface. + Accordingly, the ``osd_op_queue_mclock*`` family of config options + has been removed in favor of the ``osd_mclock_scheduler*`` family + of options.