Bug 1966149
| Summary: | The osd removal job name on OCS4.7 and OCS4.8 is different | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Container Storage | Reporter: | Oded <oviner> |
| Component: | ocs-operator | Assignee: | Prajith <pkesavap> |
| Status: | CLOSED ERRATA | QA Contact: | Oded <oviner> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.8 | CC: | madam, muagarwa, nberry, ocs-bugs, pkesavap, sdudhgao, sostapov, tdesala |
| Target Milestone: | --- | ||
| Target Release: | OCS 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-03 18:16:39 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
Oded
2021-05-31 14:15:58 UTC
Shouldn't this be targeted to OCS 4.8? Since the PR which I'm about to raise will use the previous name of (OCS 4.7) itself? Submitted a PR for this :- https://github.com/openshift/ocs-operator/pull/1198 Clearing the needinfo since the bug has been updated. The PR has been merged to ocs-operator As far as I can see, PR is merged only in master, we need to backport this to release-4.8 Right sorry about that, its merged now to release-4.8 The osd removal job name on OCS4.7 and OCS4.8 is same [ocs-osd-removal-job] SetUp: OCP Version:4.8.0-0.nightly-2021-06-09-065137 OCS Version: ocs-operator.v4.8.0-413.ci LSO version:4.7.0-202102110027.p0 Provider: Vmware oc process -n openshift-storage ocs-osd-removal -p FAILED_OSD_IDS=0 |oc create -n openshift-storage -f - $ oc get pod -l job-name=ocs-osd-removal-job -n openshift-storage NAME READY STATUS RESTARTS AGE ocs-osd-removal-job-zh2nx 0/1 Completed 0 12s $ oc get job NAME COMPLETIONS DURATION AGE ocs-osd-removal-job 1/1 8s 39s $ oc delete -n openshift-storage job ocs-osd-removal-job job.batch "ocs-osd-removal-job" deleted 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 (Red Hat OpenShift Container Storage 4.8.0 container images bug fix and enhancement 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/RHBA-2021:3003 |