Bug 1854914
| Summary: | Stage pods stuck as a PVC they are trying to attach is in 'Terminating' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | John Matthews <jmatthew> |
| Component: | Migration Tooling | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED ERRATA | QA Contact: | Xin jiang <xjiang> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4 | CC: | chezhang, jortel, mberube, rjohnson, sregidor, whu, xjiang |
| Target Milestone: | --- | ||
| Target Release: | 4.4.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1854908 | Environment: | |
| Last Closed: | 2020-08-05 10:40:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1854908 | ||
| Bug Blocks: | |||
|
Description
John Matthews
2020-07-08 12:37:40 UTC
Already fixed: https://github.com/konveyor/mig-controller/pull/583 Verified in CAM 1.2.4 stage
Source cluster: 3.11 aws
Target cluster: 4.4 aws
Replication repository: aws s3
PVC storageclass: gp2
Image: openshift-migration-rhel7-operator@sha256:540ece2453575615cf1447d1b6faeca312d363a56de966a4c29f6a0c24d66f2b
1. Deploy application
2. Create migration plan
3. Remove pvc
4. Execute migration plan
The result is that, as expected, the execution failed with this error:
status:
conditions:
- category: Advisory
durable: true
lastTransitionTime: "2020-07-22T11:56:08Z"
message: '[1] Stage pods created.'
status: "True"
type: StagePodsCreated
- category: Advisory
durable: true
lastTransitionTime: "2020-07-22T11:56:49Z"
message: 'The migration has failed. See: Errors.'
reason: StagePodsCreated
status: "True"
type: Failed
errors:
- 'PVC: ocp32834/mysql, deleted.'
itenerary: Failed
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 (Cluster Application Migration (CAM) Tool 1.2.4 Operator Metadata Image Advisory), 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:3321 |