]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: 16.2.14 release notes follow-up 53237/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 31 Aug 2023 08:48:25 +0000 (10:48 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 31 Aug 2023 08:55:47 +0000 (10:55 +0200)
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 <idryomov@gmail.com>
doc/releases/pacific.rst

index b9bc9867cb81bb318642b2edf35bd200f8b1dab9..c25d4ea555837130e0ec933ca75612716a657ab4 100644 (file)
@@ -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 <https://github.com/ceph/ceph/pull/50523>`_, Mykola Golub)
 * vstart: check mgr status after starting mgr (`pr#51604 <https://github.com/ceph/ceph/pull/51604>`_, Rongqi Sun)
 * Wip nitzan fixing few rados/test.sh (`pr#49943 <https://github.com/ceph/ceph/pull/49943>`_, Nitzan Mordechai)
+* qa: add subvolume option flavors (`pr#51509 <https://github.com/ceph/ceph/pull/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.