Bug 1865797

Summary: [storage cluster operator] namespace openshift-aws-ebs-csi-driver is not related to storage cluster operator
Product: OpenShift Container Platform Reporter: Qin Ping <piqin>
Component: StorageAssignee: Jan Safranek <jsafrane>
Storage sub component: Operators QA Contact: Qin Ping <piqin>
Status: CLOSED ERRATA Docs Contact:
Severity: medium    
Priority: medium CC: aos-bugs, jsafrane
Version: 4.6   
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-27 16:23:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Qin Ping 2020-08-04 08:16:47 UTC
Description of problem:
Namespace openshift-aws-ebs-csi-driver is not related to storage cluster operator

Version-Release number of selected component (if applicable):
4.6.0-0.nightly-2020-08-04-002217

How reproducible:
Always

Steps to Reproduce:
1. Install OCP4.6 on AWS
2. check storage cluster operator
3.

Actual results:
The releated objects includes openshift-aws-ebs-csi-driver

Expected results:
Namespace openshift-aws-ebs-csi-driver does not exist, aws ebs csi driver is installed in openshift-cluster-csi-drivers namespace.

Master Log:

Node Log (of failed PODs):

PV Dump:

PVC Dump:

StorageClass Dump (if StorageClass used by PV/PVC):

Additional info:
$ oc get co storage -ojson|jq .status.relatedObjects
[
  {
    "group": "",
    "name": "openshift-cluster-storage-operator",
    "resource": "namespaces"
  },
  {
    "group": "",
    "name": "openshift-cluster-csi-drivers",
    "resource": "namespaces"
  },
  {
    "group": "operator.openshift.io",
    "name": "cluster",
    "resource": "storages"
  },
  {
    "group": "operator.openshift.io",
    "name": "ebs.csi.aws.com",
    "resource": "clustercsidrivers"
  },
  {
    "group": "operator.openshift.io",
    "name": "csi.ovirt.org",
    "resource": "clustercsidrivers"
  },
  {
    "group": "operator.openshift.io",
    "name": "manila.csi.openstack.org",
    "resource": "clustercsidrivers"
  },
  {
    "group": "",
    "name": "openshift-aws-ebs-csi-driver",
    "resource": "namespaces"
  }
]

Comment 4 Qin Ping 2020-08-06 05:09:51 UTC
verified with: 4.6.0-0.nightly-2020-08-05-203353

Comment 6 errata-xmlrpc 2020-10-27 16:23:12 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 (OpenShift Container Platform 4.6 GA 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/RHBA-2020:4196