Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 6. Asynchronous errata updates
This section describes the bug fixes, known issues, and enhancements of the z-stream releases.
6.1. Red Hat Ceph Storage 8.1z1 Link kopierenLink in die Zwischenablage kopiert!
Red Hat Ceph Storage release 8.1z1 is now available. The security updates and bug fixes that are included in the update are listed in the RHSA-2025:11749 advisory.
6.2. Red Hat Ceph Storage 8.1z2 Link kopierenLink in die Zwischenablage kopiert!
Red Hat Ceph Storage release 8.1z2 is now available. The bug fixes that are included in the update are listed in the RHBA-2025:14015 and RHBA-2025:13981 advisories.
6.3. Red Hat Ceph Storage 8.1z3 Link kopierenLink in die Zwischenablage kopiert!
Red Hat Ceph Storage release 8.1z3 is now available. The bug fixes that are included in the update are listed in the RHBA-2025:17047 and RHBA-2025:17048 advisories.
6.3.1. Enhancements Link kopierenLink in die Zwischenablage kopiert!
This section lists all the major updates, and enhancements introduced in this release of Red Hat Ceph Storage.
6.3.1.1. Ceph Object Gateway Link kopierenLink in die Zwischenablage kopiert!
Enhanced conditional operations
This enhancement introduces support for conditional PUT
and DELETE
operations, including bulk and multi-delete requests. These conditional operations improve data consistency for some workloads.
The conditional InitMultipartUpload
is not implemented in this release.
Bugzilla:2375001, Bugzilla:2383253
Rate limits now applied for LIST
and DELETE
request
LIST
and DELETE
requests are sub-operations of GET
and PUT
, respectively, but are typically more resource-intensive.
With this enhancement, it is now possible to configure rate limits for LIST
and DELETE
requests independently or in conjunction with existing GET
and PUT
rate limits. This provides more flexible granularity in managing system performance and resource usage.