Bug 2060717
| Summary: | [MTC] Registry pod goes in CrashLoopBackOff several times when MCG Nooba is used as the Replication Repository | ||
|---|---|---|---|
| Product: | Migration Toolkit for Containers | Reporter: | ssingla |
| Component: | General | Assignee: | Jason Montleon <jmontleo> |
| Status: | CLOSED ERRATA | QA Contact: | mohamed <midays> |
| Severity: | medium | Docs Contact: | Richard Hoch <rhoch> |
| Priority: | medium | ||
| Version: | 1.7.0 | CC: | ernelson, midays, rjohnson |
| Target Milestone: | --- | ||
| Target Release: | 1.7.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-05 13:50:01 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
ssingla
2022-03-04 04:45:16 UTC
I have seen this happen as well with Noobaa in the last week or so. Did you increase the Readiness and Liveness timeouts in the MigrationController CR on both clusters? The values are set per cluster, so doing so on the controller node only is not sufficient. If you did increase it on both, what did you increase it to? Can you try a large value like 300 on both clusters if you tried something smaller and see if it resolves the issue? To remedy this for the typical case we're increasing the default liveness and readiness probe timeouts from 3 to 300 seconds. https://github.com/konveyor/mig-controller/pull/1269 / https://github.com/konveyor/mig-controller/pull/1270 https://github.com/konveyor/mig-controller/commit/0fda45f8771ed3ee4b9bd9a89ce49f50e2ee106f 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 (Moderate: Migration Toolkit for Containers (MTC) 1.7.1 security and bug fix 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/RHSA-2022:1734 |