]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ReleaseNotes: document support for partNumber
authorCasey Bodley <cbodley@redhat.com>
Thu, 3 Aug 2023 20:52:43 +0000 (16:52 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 27 Mar 2025 19:50:51 +0000 (15:50 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c02129eb8c31b35a8d283a397070a3ae045955f8)

PendingReleaseNotes

index e6b0f88b4c32b73f50b17e8a624185840c94f0cd..de0b06099659004c605848e7b22afd8880320358 100644 (file)
   confirmation flag when some MDSs exhibit health warning MDS_TRIM or
   MDS_CACHE_OVERSIZED. This is to prevent accidental MDS failover causing
   further delays in recovery.
+* RADOS: A POOL_APP_NOT_ENABLED health warning will now be reported if
+  the application is not enabled for the pool irrespective of whether
+  the pool is in use or not. Always tag a pool with an application
+  using ``ceph osd pool application enable`` command to avoid reporting
+  of POOL_APP_NOT_ENABLED health warning for that pool.
+  The user might temporarily mute this warning using
+  ``ceph health mute POOL_APP_NOT_ENABLED``.
+CephFS: Disallow delegating preallocated inode ranges to clients. Config
+  `mds_client_delegate_inos_pct` defaults to 0 which disables async dirops
+  in the kclient.
+* S3 Get/HeadObject now support query parameter `partNumber` to read a specific
+  part of a completed multipart upload.
 
 >=18.0.0