Bug 1865797 - [storage cluster operator] namespace openshift-aws-ebs-csi-driver is not related to storage cluster operator
Summary: [storage cluster operator] namespace openshift-aws-ebs-csi-driver is not rela...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.6
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.6.0
Assignee: Jan Safranek
QA Contact: Qin Ping
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-04 08:16 UTC by Qin Ping
Modified: 2020-10-27 16:23 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 16:23:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-storage-operator pull 70 0 None closed Bug 1865797: Fix related namespaces 2020-11-03 14:50:41 UTC
Red Hat Product Errata RHBA-2020:4196 0 None None None 2020-10-27 16:23:29 UTC

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


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