doc/releases: add more to RADOS section

Signed-off-by: Laura Flores <lflores@ibm.com>
This commit is contained in:
Laura Flores 2024-09-05 16:51:34 -05:00
parent f78f7950df
commit 745f6f2c71

View File

@ -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
~~~