Bug 2102576 - [4.11] [Cluster storage Operator] DefaultStorageClassController report fake message "No default StorageClass for this platform" on azure and openstack
Summary: [4.11] [Cluster storage Operator] DefaultStorageClassController report fake m...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.11
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.11.z
Assignee: Roman Bednář
QA Contact: Penghao Wang
URL:
Whiteboard:
Depends On: 2101645
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-06-30 09:21 UTC by Roman Bednář
Modified: 2022-08-23 15:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2101645
Environment:
Last Closed: 2022-08-23 15:08:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-storage-operator pull 298 0 None open Bug 2102576: DefaultStorageClassController reports fake message on azure and openstack 2022-07-29 06:20:42 UTC
Red Hat Product Errata RHSA-2022:6103 0 None None None 2022-08-23 15:08:48 UTC

Description Roman Bednář 2022-06-30 09:21:31 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=2101645

Backport to 4.11.

Comment 4 Penghao Wang 2022-08-18 02:21:12 UTC
Verified pass on Cluster Server Version: 4.11.0-0.nightly-2022-08-17-152830

---Azure---
[pewang@preserve-storage-server1 ~]$ oc get infrastructure cluster -o=jsonpath='{.status.platform}'
Azure
[pewang@preserve-storage-server1 ~]$ oc get co/storage -o=jsonpath={.status.conditions} |jq .

[
  {
    "lastTransitionTime": "2022-08-18T01:49:28Z",
    "message": "AzureDiskCSIDriverOperatorCRDegraded: All is well\nAzureFileCSIDriverOperatorCRDegraded: All is well",
    "reason": "AsExpected",
    "status": "False",
    "type": "Degraded"
  },
  {
    "lastTransitionTime": "2022-08-18T02:01:43Z",
    "message": "AzureDiskCSIDriverOperatorCRProgressing: All is well\nAzureFileCSIDriverOperatorCRProgressing: All is well",
    "reason": "AsExpected",
    "status": "False",
    "type": "Progressing"
  },
  {
    "lastTransitionTime": "2022-08-18T01:50:17Z",
    "message": "DefaultStorageClassControllerAvailable: StorageClass provided by supplied CSI Driver instead of the cluster-storage-operator\nAzureDiskCSIDriverOperatorCRAvailable: All is well\nAzureFileCSIDriverOperatorCRAvailable: All is well",
    "reason": "AsExpected",
    "status": "True",
    "type": "Available"
  },
  {
    "lastTransitionTime": "2022-08-18T01:49:28Z",
    "message": "All is well",
    "reason": "AsExpected",
    "status": "True",
    "type": "Upgradeable"
  }
]

---Openstack---
[pewang@preserve-storage-server1 ~]$ oc get infrastructure cluster -o=jsonpath='{.status.platform}'
OpenStack
[pewang@preserve-storage-seroc get co/storage -o=jsonpath={.status.conditions} |jq .
[
  {
    "lastTransitionTime": "2022-08-18T00:32:09Z",
    "message": "OpenStackCinderCSIDriverOperatorCRDegraded: All is well\nManilaCSIDriverOperatorCRDegraded: All is well",
    "reason": "AsExpected",
    "status": "False",
    "type": "Degraded"
  },
  {
    "lastTransitionTime": "2022-08-18T00:31:38Z",
    "message": "OpenStackCinderCSIDriverOperatorCRProgressing: All is well\nManilaCSIDriverOperatorCRProgressing: All is well",
    "reason": "AsExpected",
    "status": "False",
    "type": "Progressing"
  },
  {
    "lastTransitionTime": "2022-08-18T00:31:38Z",
    "message": "DefaultStorageClassControllerAvailable: StorageClass provided by supplied CSI Driver instead of the cluster-storage-operator\nOpenStackCinderCSIDriverOperatorCRAvailable: All is well\nManilaCSIDriverOperatorCRAvailable: All is well",
    "reason": "AsExpected",
    "status": "True",
    "type": "Available"
  },
  {
    "lastTransitionTime": "2022-08-18T00:24:03Z",
    "message": "All is well",
    "reason": "AsExpected",
    "status": "True",
    "type": "Upgradeable"
  }
]

Comment 6 errata-xmlrpc 2022-08-23 15:08:28 UTC
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 (Moderate: OpenShift Container Platform 4.11.1 bug fix and security update), 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/RHSA-2022:6103


Note You need to log in before you can comment on or make changes to this bug.