From: Laura Flores Date: Thu, 5 Sep 2024 21:51:34 +0000 (-0500) Subject: doc/releases: add more to RADOS section X-Git-Tag: v20.0.0~952^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=745f6f2c7115186764222fa01e60ee8fd367b05c;p=ceph.git doc/releases: add more to RADOS section Signed-off-by: Laura Flores --- diff --git a/doc/releases/squid.rst b/doc/releases/squid.rst index 8c2a65abea99..0e3bcfb27930 100644 --- a/doc/releases/squid.rst +++ b/doc/releases/squid.rst @@ -183,6 +183,13 @@ RADOS offers upmap and read optimization simultaneously, or ``read``, which may be used to only optimize reads. For more detailed information see https://docs.ceph.com/en/latest/rados/operations/read-balancer/#online-optimization. +* RADOS: BlueStore has been optimized for better performance in snapshot-intensive workloads. +* RADOS: BlueStore RocksDB LZ4 compression is now enabled by default to improve average + performance and "fast device" space usage. +* RADOS: A new CRUSH rule type, MSR (Multi-Step Retry), allows for more flexible EC + configurations. +* RADOS: An OpTracker to help debug mgr module issues is now available. +* RADOS: Scrub scheduling behavior has been improved. RBD ~~~