Este conteúdo não está disponível no idioma selecionado.
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 Copiar o linkLink copiado para a área de transferência!
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 Copiar o linkLink copiado para a área de transferência!
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 Copiar o linkLink copiado para a área de transferência!
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 Copiar o linkLink copiado para a área de transferência!
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 Copiar o linkLink copiado para a área de transferência!
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.
6.4. Red Hat Ceph Storage 8.1z4 Copiar o linkLink copiado para a área de transferência!
Red Hat Ceph Storage release 8.1z4 is now available. The bug fixes that are included in the update are listed in the the RHSA-2025:21068 and RHSA-2025:21203 advisories.
6.4.1. Known issues Copiar o linkLink copiado para a área de transferência!
This section documents known issues found in this release of Red Hat Ceph Storage.
6.4.1.1. The Cephadm utility Copiar o linkLink copiado para a área de transferência!
QAT cannot be used for TLS offload or acceleration mode together with SSL set
Enabling QAT on HAProxy with SSL enabled injects legacy OpenSSL engine directives. The legacy OpenSSL engine path breaks the TLS handshake, emitting the tlsv1 alert internal error error. With the TLS handshake broken, the TLS termination fails.
As a workaround, disable the QAT at HAProxy in order to keep the TLS handshake. Set the configuration file specifications as follows:
-
haproxy_qat_support: false -
ssl: true
As a result, QAT is disabled and the HAProxy TLS works as expected.
Under heavy connection rates higher CPU usage may be seen versus QAT-offloaded handshakes.