Bug 1809271
| Summary: | Wrong restic images after upgrade | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | John Matthews <jmatthew> |
| Component: | Migration Tooling | Assignee: | Pranav Gaikwad <pgaikwad> |
| Status: | CLOSED ERRATA | QA Contact: | Sergio <sregidor> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.3.0 | CC: | chezhang, dymurray, pgaikwad, rpattath, sregidor, whu, xjiang |
| Target Milestone: | --- | ||
| Target Release: | 4.3.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1809211 | Environment: | |
| Last Closed: | 2020-04-23 17:26:07 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: | 1809211 | ||
| Bug Blocks: | |||
|
Comment 1
Dylan Murray
2020-03-17 21:23:46 UTC
Fix is in openshift-migration-operator-container-v1.1-8 Verified
After upgrading from 1.0.1 to 1.1.2 in a ocp4.3 cluster the restic pods were refreshed and the restic daemon had rollingupdate strategy
$ oc get ds restic -o yaml | grep -i strategy -A 3
updateStrategy:
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
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, 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:1554 |