From: Sridhar Seshasayee Date: Fri, 18 Mar 2022 14:55:25 +0000 (+0530) Subject: PendingReleaseNotes: Add mclock config reference link to an existing note X-Git-Tag: v17.2.0~25^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a9af6e2a8f880a4b82849ce4f82d638c600fcaca;p=ceph.git PendingReleaseNotes: Add mclock config reference link to an existing note Signed-off-by: Sridhar Seshasayee (cherry picked from commit 0511a8eadcc3824362fb8620a09b2796c514fd92) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 36f335d8450a2..a49fefe6b84c0 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -60,7 +60,10 @@ * OSD: Ceph now uses mclock_scheduler for bluestore OSDs as its default osd_op_queue to provide QoS. The 'mclock_scheduler' is not supported for filestore OSDs. Therefore, the default 'osd_op_queue' is set to 'wpq' for filestore OSDs - and is enforced even if the user attempts to change it. + and is enforced even if the user attempts to change it. For more details on + configuring mclock see, + + https://docs.ceph.com/en/latest/rados/configuration/mclock-config-ref/ * CephFS: Failure to replay the journal by a standby-replay daemon will now cause the rank to be marked damaged.