Description of problem: The CDI doesn't support object/bucket storage. However, a storage profile is created for these storage classes by the CDI. ~~~ oc get storageprofile openshift-storage.noobaa.io -o yaml |yq -y '.spec,.status' {} --- provisioner: openshift-storage.noobaa.io/obc storageClass: openshift-storage.noobaa.io ~~~ And we have the alert "CDIStorageProfilesIncomplete Incomplete StorageProfiles exist, accessMode/volumeMode cannot be inferred by CDI for PVC population request" for these StorageProfiles. Version-Release number of selected component (if applicable): OpenShift Virtualization 4.12.0 How reproducible: 100% Steps to Reproduce: 1. In an OpenShift cluster which is having openshift-storage.noobaa.io and ocs-storagecluster-ceph-rgw storage class, there will be alerts on incomplete storage profiles. Actual results: CDIStorageProfilesIncomplete alerts for noobaa and rgw storage class. Expected results: Suppress the alerts for these StorageClass since they are not supported Additional info:
Test on CNV-v4.12.2-16, not see CDIStorageProfilesIncomplete alerts for noobaa and rgw storage class. $ oc get storageprofile openshift-storage.noobaa.io ocs-external-storagecluster-ceph-rgw NAME AGE openshift-storage.noobaa.io 1h6m ocs-external-storagecluster-ceph-rgw 1h6m $ oc get sc openshift-storage.noobaa.io ocs-external-storagecluster-ceph-rgw NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 1h6m ocs-external-storagecluster-ceph-rgw openshift-storage.ceph.rook.io/bucket Delete Immediate false 1h6m
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Virtualization 4.12.2 Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2023:1523
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days