Enhancements
This section describes the major enhancements introduced in Fusion Data Foundation 4.16.
- New elements for bucket policies
- Addition of a new AWS region to the Multicloud Object Gateway Operator
- Increase in resource allocation for Fusion Data Foundation Multicloud Object Gateway BackingStore
- Multicloud Object Gateway created routes to work with HTTPS only
- Addition of protected condition to DR protected workloads with metrics and alerts for monitoring
- Support for listing multiple uploads in NamespaceStore Filesystem
- Option to modify thresholds for Ceph full, nearfull, and backfillfull attributes
New elements for bucket policies
Fusion Data Foundation now has the bucket policy elements,
NotPrincipal
, NotAction
, and NotResource
. For
more information on these elements, see https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html.
Addition of a new AWS region to the Multicloud Object Gateway Operator
A new AWS region, ca-west-1
, is added to the supported regions of the Multicloud
Object Gateway (MCG) operator for the creation of default backingstore.
Increase in resource allocation for Fusion Data Foundation Multicloud Object Gateway BackingStore
The default resources for PV pool CPU and memory are increased to 999m and 1Gi respectively to enable more resource allocation for Fusion Data Foundation MCG BackingStore.
Multicloud Object Gateway created routes to work with HTTPS only
For deployments that need to disable HTTP and use only HTTPS, an option is added to set
DenyHTTP
to the storage cluster CR
spec.multiCloudGateway.denyHTTP
. This causes the Multicloud Object Gateway created
routes to use HTTPS only.
Addition of protected condition to DR protected workloads with metrics and alerts for monitoring
Protected condition to DR protected workloads is added by summarizing various conditions
regarding the DR protected workload from the ManagedCluster
, and metrics and alerts
are generated based on the same.
DR protected workload health at the hub is reflected based only on the time when contents of the
respective PVCs are synced. This applies only to RegionalDR use cases and not to MetroDR use cases.
On the ManagedCluster
, the workload DR protection health is expanded into several
conditions. This makes it non-trivial for a user to monitor the workload DR health across these
conditions. This added protected condition and alerts helps better workload DR protection
monitoring.
Support for listing multiple uploads in NamespaceStore Filesystem
You can now list the files that are still uploading or list incomplete multipart uploads in NamespaceStore Filesystem by using the following command:
s3api list--multipart-uploads --bucket <bucket_name>
Option to modify thresholds for Ceph full, nearfull, and backfillfull attributes
Depending on the cluster requirements, the full
, nearfull
, and
backfillfull
threshold values can be updated by using the
odf-cli CLI command.
For example:
odf set full <val>
odf set nearful <val>
odf set backfillfull <val>