Bug 1907724
| Summary: | doesn't create migration-log-reader pod in 3.x when migration_log_reader=true | ||
|---|---|---|---|
| Product: | Migration Toolkit for Containers | Reporter: | Xin jiang <xjiang> |
| Component: | General | Assignee: | Jason Montleon <jmontleo> |
| Status: | CLOSED ERRATA | QA Contact: | Xin jiang <xjiang> |
| Severity: | urgent | Docs Contact: | Avital Pinnick <apinnick> |
| Priority: | unspecified | ||
| Version: | 1.4.0 | CC: | chezhang, ernelson, jmontleo, rjohnson, sregidor, whu |
| Target Milestone: | --- | ||
| Target Release: | 1.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://github.com/konveyor/mig-operator/pull/529 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-11 12:54:50 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
Xin jiang
2020-12-15 04:06:37 UTC
The CRD task is failing preventing much of the role tasks from running: PLAY RECAP ********************************************************************* localhost : ok=16 changed=0 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0 /opt/ansible/roles/migrationcontroller/tasks/main.yml:201 A PR was put in to rename the CRD files and it looks like an 'e' was dropped from one of the filenames. verified. $ oc version oc v3.11.126 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://ec2-54-81-116-16.compute-1.amazonaws.com:8443 openshift v3.11.346 kubernetes v1.11.0+d4cacc0 $ oc get pod -n openshift-migration NAME READY STATUS RESTARTS AGE migration-log-reader-9c95557f8-r4ttx 2/2 Running 0 21h migration-operator-546d55f657-557fj 1/1 Running 0 21h Operator image: image: brew.registry.redhat.io/rhmtc/openshift-migration-rhel7-operator@sha256:236d5f964061938f4e845e6d9e62926da68435c0f0304329a0473e060cdb53f1 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 (Migration Toolkit for Containers (MTC) tool image release advisory 1.4.0), 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:5329 |