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
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+.
I was wrong! This is not already fixed for release-4.5. So we'll need a separate backport and BZ for that one.
Already fixed for 4.5 --> POST
(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...
removing approval for 4.4.1 based on the explanation above. Also removing POST status, as I'm not aware of a patch.
(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?
not 4.4.1 material
Already merged in 4.5, master branch PR: https://github.com/openshift/ocs-operator/pull/624
IIUC, we do not have plans for 4.4.z release so what is the plan for this BZ?