From: Ilya Dryomov Date: Thu, 31 Aug 2023 08:48:25 +0000 (+0200) Subject: doc: 16.2.14 release notes follow-up X-Git-Tag: v19.0.0~576^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F53237%2Fhead;p=ceph.git doc: 16.2.14 release notes follow-up Address review comments that remained outstanding in https://github.com/ceph/ceph/pull/53107: - CephFS capitalization - missing PR in the list of changes Signed-off-by: Ilya Dryomov --- diff --git a/doc/releases/pacific.rst b/doc/releases/pacific.rst index b9bc9867cb8..c25d4ea5558 100644 --- a/doc/releases/pacific.rst +++ b/doc/releases/pacific.rst @@ -10,8 +10,9 @@ This is the fourteenth backport release in the Pacific series. Notable Changes --------------- -* CEPHFS: After recovering a Ceph File System post following the disaster recovery - procedure, the recovered files under `lost+found` directory can now be deleted. +* CephFS: After recovering a Ceph File System post following the disaster + recovery procedure, the recovered files under `lost+found` directory can now + be deleted. * `ceph mgr dump` command now displays the name of the mgr module that registered a RADOS client in the `name` field added to elements of the @@ -204,6 +205,7 @@ Changelog * tools/cephfs-data-scan: support for multi-datapool (`pr#50523 `_, Mykola Golub) * vstart: check mgr status after starting mgr (`pr#51604 `_, Rongqi Sun) * Wip nitzan fixing few rados/test.sh (`pr#49943 `_, Nitzan Mordechai) +* qa: add subvolume option flavors (`pr#51509 `_, Milind Changire, Venky Shankar) v16.2.13 Pacific ================ @@ -213,7 +215,7 @@ This is the thirteenth backport release in the Pacific series. Notable Changes --------------- -* CEPHFS: Rename the `mds_max_retries_on_remount_failure` option to +* CephFS: Rename the `mds_max_retries_on_remount_failure` option to `client_max_retries_on_remount_failure` and move it from mds.yaml.in to mds-client.yaml.in because this option was only used by MDS client from its birth.