Chapter 5. Developer previews
This section describes the developer preview features introduced in Red Hat OpenShift Data Foundation 4.12.
Developer preview feature is subject to Developer preview support limitations. Developer preview releases are not intended to be run in production environments. The clusters deployed with the developer preview features are considered to be development clusters and are not supported through the Red Hat Customer Portal case management system. If you need assistance with developer preview features, reach out to the ocs-devpreview@redhat.com mailing list and a member of the Red Hat Development Team will assist you as quickly as possible based on availability and work schedules.
5.1. Replica 1 (non resilient pool) Copy linkLink copied to clipboard!
Applications that manage resiliency at the application level can now use storage class with single replica without data resiliency and high availability.
5.2. Allow rook-ceph-operator-config environtmental variables to change defaults on upgrade Copy linkLink copied to clipboard!
This update allows the rook-ceph-operator-config
environmental variables to change the defaults when OpenShift Data Foundation is upgraded from version 4.5 to another version. This was not possible in the earlier versions.
5.3. Easy configuration of Ceph target size ratios Copy linkLink copied to clipboard!
With this update, it is possible to change the target size ratio for any pool. In the previous versions, the pools deployed by rook in the Ceph cluster were assigned a target_ratio
of 0.49
for both RBD and CephFS data and this could cause an under-allocation of PGs for the RBD pool and an over-allocation of PGs for the CephFS metadata pool. For more information, see Configuration of pool target size ratios.
5.4. Ephemeral storage for pods Copy linkLink copied to clipboard!
Ephemeral volume support enable a user to specify ephemeral volumes in its pod specification and tie the lifecycle of the PVC with the pod.
5.5. Multisite Configurations for RGW in OpenShift Data Foundation Copy linkLink copied to clipboard!
This feature supports multisite configurations such as Zone, ZoneGroup, or Realm for internal or external OpenShift Data Foundation clusters. This setup helps to replicate data into different sites and recover the data incase of failure.
5.6. Multicloud Object Gateway (MCG) only on Single Node Cluster Copy linkLink copied to clipboard!
In this release, a lightweight object storage solutions is provided for single node OpenShift (SNO) clusters using MCG with backingstore layered on top of local storage. Previously, deployments running on SNO could only use block storage.
5.7. Using trusted certificates to ensure transactions are secure and private Copy linkLink copied to clipboard!
This feature provide in-transit encryption for Object Storage between OpenShift Data Foundation and Red Hat Ceph Storage when using external mode. It enables all data to be encrypted in transit and at rest. For more information, see knowledgebase article on how to use trusted certificates.