From 6d010bb994db0fe9fd01f0c80a147a2b40360b27 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Wed, 25 Sep 2024 12:36:28 -0500 Subject: [PATCH] doc/releases: add fixes Signed-off-by: Laura Flores --- doc/releases/index.rst | 3 +++ doc/releases/squid.rst | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/releases/index.rst b/doc/releases/index.rst index 90b9e3168ee..fe816c31cca 100644 --- a/doc/releases/index.rst +++ b/doc/releases/index.rst @@ -63,6 +63,9 @@ Release timeline .. ceph_timeline_gantt:: releases.yml squid reef quincy .. ceph_timeline:: releases.yml squid reef quincy +.. _Squid: squid +.. _19.2.0: squid#v19-2-0-squid + .. _Reef: reef .. _18.2.0: reef#v18-2-0-reef .. _18.2.1: reef#v18-2-1-reef diff --git a/doc/releases/squid.rst b/doc/releases/squid.rst index 5d29da5d6d9..81f29b5c9af 100644 --- a/doc/releases/squid.rst +++ b/doc/releases/squid.rst @@ -32,6 +32,11 @@ Ceph CephFS ~~~~~~ +* CephFS: it is now possible to pause write I/O and metadata mutations on a + tree in the file system using a new suite of subvolume quiesce commands. + This is implemented to support crash-consistent snapshots for distributed + applications. Please see the relevant section in the documentation on CephFS + subvolumes for more information. * CephFS: MDS evicts clients which are not advancing their request tids which causes a large buildup of session metadata resulting in the MDS going read-only due to the RADOS operation exceeding the size threshold. @@ -107,6 +112,10 @@ CephFS progress made by each of them. * cephfs-shell: The cephfs-shell utility is now packaged for RHEL 9 / CentOS 9 as required python dependencies are now available in EPEL9. +* The CephFS automatic metadata load (sometimes called "default") balancer is + now disabled by default. The new file system flag `balance_automate` + can be used to toggle it on or off. It can be enabled or disabled via + `ceph fs set balance_automate `. CephX ~~~~~ @@ -392,7 +401,7 @@ Upgrading non-cephadm clusters .. note:: - 1. If your cluster is running Quincy (17.2.x) or later, you might choose to first convert it to use cephadm so that the upgrade to Reef is automated (see above). + 1. If your cluster is running Quincy (17.2.x) or later, you might choose to first convert it to use cephadm so that the upgrade to Squid is automated (see above). For more information, see https://docs.ceph.com/en/squid/cephadm/adoption/. 2. If your cluster is running Quincy (17.2.x) or later, systemd unit file names have changed to include the cluster fsid. To find the correct systemd unit file name for your cluster, run following command: -- 2.39.5