From: Nathan Hoad Date: Fri, 1 May 2026 13:16:20 +0000 (-0400) Subject: doc: Update release notes for removed options. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ceabc96f164226e2e16f598023991943cccfb39d;p=ceph.git doc: Update release notes for removed options. Signed-off-by: Nathan Hoad --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index d50c8878abb..1d7c36b8a54 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -14,6 +14,8 @@ If the default provider is required when also using custom providers, it must be explicitly loaded in the configuration file or code (see https://github.com/openssl/openssl/blob/master/README-PROVIDERS.md). * RGW: Fixed bucket notification events so the 'x_amz_request_id' in NotificationEvent now matches the 'x_amz_request_id' returned by the corresponding S3 operation. +* RGW: The rgw_gc_max_deferred and rgw_gc_max_deferred_entries_size options have been removed, as they did not do anything. + - Updated the default for rgw_gc_max_queue_size to account for the extra space from removing rgw_gc_max_deferred_entries_size. * DASHBOARD: Removed the older landing page which was deprecated in Quincy.