Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2022:6525 - Bug Fix Advisory
Issued:
2022-09-14
Updated:
2022-09-14

RHBA-2022:6525 - Bug Fix Advisory

  • Overview

Synopsis

Red Hat OpenShift Data Foundation 4.11.1 Bug Fix Update

Type/Severity

Bug Fix Advisory

Topic

Updated images that fix several bugs are now available for Red Hat OpenShift Data Foundation 4.11.1 on Red Hat Enterprise Linux 8 from Red Hat Container Registry.

Description

Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift Data Foundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multicloud data management service with an S3 compatible API.

Bug fix(es):

  • Previously, if you created a new restored Persistent Volume Claim (PVC) from a volume snapshot whose size was the same as the volume snapshot, the restored PVC would fail if the parent PVC was resized after you took the volume snapshot, and before you created the new restored PVC. With this update, the CephCSI does not do any checks to validate the size of the volume when you create a clone, which resolves the issue. (BZ#2120927)
  • Previously, you would see an empty dashboard if you navigated to the OpenShift Data Foundation dashboard pages as the non-admin users did not have read and write access in the `openshift-storage` namespace. With this update, hiding the "Data Foundation" tab resolves the issue. (BZ#2116262)
  • Previously, entries were created in the Database (DB) in such a way that the latest key was not reflected correctly. This happened because there was a race between several PUT operations to the same key. With this update, fixing the inserts as well as the existing entries on the upgrade resolves the issue. (BZ#2111544)
  • Previously, there was a small leak of a handler on each PUT operation. With this update, catching the handler and releasing it resolves the issue. (BZ#2111847)
  • With this update, you can add settings to rotate the log file according to the `periodicity` and `maxLogSize`. In the storageCluster Custom Resource (CR) you can add the `LogCollector` inside `spec` which contains fields such as `enable` (to enable or disable logs collector), `maxLogSize`(to rotate the log after this assigned size, the minimum value is 500M), and `periodicity` (to set the time interval at which it will rotate. Valid inputs are `daily`, `hourly`, `weekly`, `monthly`)`. If both the `maxLogSize` and `periodicity` are applied, whichever comes first is given more priority. (BZ#2117146)
  • With this update, you can now rotate logs based on the size. There is a new field in the Ceph cluster Custom Resource (CR) inside the `logCollectorSpec` named `maxLogSize` that indicates the size of the maximum log after which the log is rotated. (BZ#2116416)
  • Previously, two MONs could end up on the same node instead of being spread across unique nodes. This happened when the operator was restarted in the middle of a MON failover, multiple MONs could be started on the same node, which reduced the MON quorum availability. With this update, the operator properly cancels the MON failover if the MON failover times out, and ensures that any extra MONs are removed based on the stretch topology or multiple MONs that run on the same node. (BZ#2120598)

All users of Red Hat OpenShift Data Foundation are advised to upgrade to these updated images, which provide these bug fixes.

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat OpenShift Data Foundation 4 for RHEL 8 x86_64
  • Red Hat OpenShift Data Foundation for IBM Power, little endian 4 for RHEL 8 ppc64le
  • Red Hat OpenShift Data Foundation for IBM Z and LinuxONE 4 for RHEL 8 s390x

Fixes

  • BZ - 2116262 - [4.11 Backport of 2103975] [GSS] The OCP dashboard is showing the "Openshift Data Foundation" to unpriviledged users
  • BZ - 2116824 - [DR] DRPolicy creation page should be restricted to authorized users
  • BZ - 2119054 - [ODF-4.11.z-Clone] Need to update configmap for IBM storage odf operator GA
  • BZ - 2119932 - [4.11.z clone] [RDR] VRG deletion is stuck on a fresh VR created during deletion, which is stuck as the PVC cannot be updated with a finalizer
  • BZ - 2120314 - [4.11.z clone] Provider cannot deduce API server reachability of API server
  • BZ - 2120598 - [GSS] [4.11.z-Clone] ceph cluster unresponsive when 2 nodes of same zone is down in stretch cluster
  • BZ - 2120927 - [4.11.z clone] Restoring snapshot fails with size constraint when the parent pvc is expanded
  • BZ - 2123697 - report-status-to-provider pod in CreateContainerError state on consumer
  • BZ - 2123849 - Include at ODF 4.11 container images (4) the RHEL8 CVE fix on "rsync"
  • BZ - 2123850 - Include at ODF 4.11 container images (16) the RHEL8 CVE fix on "systemd"

CVEs

  • CVE-2022-2526
  • CVE-2022-29154
  • CVE-2022-32206
  • CVE-2022-32208

References

(none)

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility