Bug 1845165 - ocs-must-gather missing in relatedImages section of OCS operator CSV
Summary: ocs-must-gather missing in relatedImages section of OCS operator CSV
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat OpenShift Container Storage
Classification: Red Hat Storage
Component: ocs-operator
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Jose A. Rivera
QA Contact: Raz Tamir
URL:
Whiteboard:
Depends On:
Blocks: 1847980
TreeView+ depends on / blocked
 
Reported: 2020-06-08 14:57 UTC by Daniel Horák
Modified: 2021-03-25 09:54 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1847980 (view as bug list)
Environment:
Last Closed: 2021-03-25 09:54:00 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Horák 2020-06-08 14:57:20 UTC
Description of problem:
  ocs-must-gather image is missing in relatedImages section of OCS operator CSV

Version of all relevant components (if applicable):
  ocs-olm-operator:4.4.0-437.ci


Does this issue impact your ability to continue to work with the product?
  This is necessary for working in restricted network environments.


Is there any workaround available to the best of your knowledge?
  It is possible to mirror the required image manually.


Rate from 1 - 5 the complexity of the scenario you performed that caused this
bug (1 - very simple, 5 - very complex)?
  1


Can this issue reproducible?
  Yes


Can this issue reproduce from the UI?
  No


If this is a regression, please provide more details to justify this:
  No


Steps to Reproduce:
1. Get ocs-operator.v4.4.0-*.ci.clusterserviceversion.yaml file:
  $ podman run --rm --entrypoint /usr/bin/cat \
    quay.io/rhceph-dev/ocs-olm-operator:4.4.0-437.ci \
    /manifests/4.4.0-437.ci/ocs-operator.v4.4.0-437.ci.clusterserviceversion.yaml \
    > ocs-operator.v4.4.0-437.ci.clusterserviceversion.yaml
2. Look for ocs-must-gather image in the relatedImages section.
  $ grep ocs-must-gather ocs-operator.v4.4.0-437.ci.clusterserviceversion.yaml
  $ less ocs-operator.v4.4.0-437.ci.clusterserviceversion.yaml


Actual results:
  ocs-must-gather is not listed in the relatedImages section of OCS operator CSV


Expected results:
  ocs-must-gather is listed in the relatedImages section of OCS operator CSV


Additional info:
  See also bug 1840708

Comment 1 Jose A. Rivera 2020-06-17 13:38:08 UTC
This is already fixed in release-4.5. I believe we dropped disconnected install from OCS 4.4. The presence of lib-bucket-provisioner doesn't make it impossible to install in a disconnected environment, Annette has found out how to work around it just, but it is a manual workaround so we still don't get one-button installation for OCS in a disconnected environment. Still, backporting this would make it even easier to do as a support exception or something, so I'm fine with it. I'm giving devel_ack+.

Comment 2 Jose A. Rivera 2020-06-17 13:39:13 UTC
I was wrong! This is not already fixed for release-4.5. So we'll need a separate backport and BZ for that one.

Comment 5 Michael Adam 2020-06-18 12:08:21 UTC
Already fixed for 4.5 --> POST

Comment 7 Michael Adam 2020-06-22 10:01:34 UTC
(In reply to Jose A. Rivera from comment #2)
> I was wrong! This is not already fixed for release-4.5. So we'll need a
> separate backport and BZ for that one.

Oh, I missed this before.
So it's not fixed for 4.5 yet.

This needs to be moved back to proposed and a clone for 4.5 is needed.

Looking at the branch, I don't even think this has been fixed for master yet.
José, Umanga, correct me if I am wrong...

Comment 8 Michael Adam 2020-06-22 10:09:43 UTC
removing approval for 4.4.1 based on the explanation above.

Also removing POST status, as I'm not aware of a patch.

Comment 9 Mudit Agarwal 2020-07-02 08:29:50 UTC
(In reply to Michael Adam from comment #7)
> This needs to be moved back to proposed and a clone for 4.5 is needed.

Clone for OCS 4.5 is already present.

> removing approval for 4.4.1 based on the explanation above.
> 
> Also removing POST status, as I'm not aware of a patch.

Target release and internal whiteboard should also be removed, both are set to 4.4.1 as of now?

Comment 10 Michael Adam 2020-07-02 17:46:40 UTC
not 4.4.1 material

Comment 12 Mudit Agarwal 2020-07-17 06:26:07 UTC
Already merged in 4.5, master branch PR: https://github.com/openshift/ocs-operator/pull/624

Comment 13 Neha Berry 2021-03-25 09:51:29 UTC
IIUC, we do not have plans for 4.4.z release so what is the plan for this BZ?


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