From: Neha Ojha Date: Fri, 26 Mar 2021 21:48:46 +0000 (+0000) Subject: doc/releases/pacific.rst: add RADOS highlights X-Git-Tag: v17.1.0~2418^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd0f8ee54af7f3eb0b9b49be90d34a39adf1f32f;p=ceph.git doc/releases/pacific.rst: add RADOS highlights Signed-off-by: Neha Ojha --- diff --git a/doc/releases/pacific.rst b/doc/releases/pacific.rst index f35d764a450..ea5e7a00042 100644 --- a/doc/releases/pacific.rst +++ b/doc/releases/pacific.rst @@ -93,6 +93,16 @@ The :ref:`mgr-dashboard` brings improvements in the following management areas: RADOS ~~~~~ +* Pacific introduces RocksDB sharding, which reduces disk space requirements. +* Ceph now provides QoS between client I/O and background operations via the + mclock scheduler. +* The balancer is now on by default in upmap mode to improve distribution of + PGs across OSDs. +* The output of ``ceph -s`` has been improved to show recovery progress in + one progress bar. More detailed progress bars are visible via the + ``ceph progress`` command. + + RBD block storage ~~~~~~~~~~~~~~~~~