Bug 1860394
| Summary: | Copying certs without force option sometimes results in errors | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason Montleon <jmontleo> |
| Component: | Migration Tooling | Assignee: | Jason Montleon <jmontleo> |
| Status: | CLOSED ERRATA | QA Contact: | Xin jiang <xjiang> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.4 | CC: | jmatthew, mberube, rjohnson, sregidor, xjiang |
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://github.com/konveyor/mig-operator/pull/390 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1860392 | Environment: | |
| Last Closed: | 2020-09-30 18:42:32 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: | |||
| Bug Blocks: | 1860392 | ||
|
Description
Jason Montleon
2020-07-24 12:56:57 UTC
Verified in MTC 1.3
openshift-migration-rhel7-operator@sha256:233af9517407e792bbb34c58558346f2424b8b0ab54be6f12f9f97513e391a6a
Since we cannot reproduce the issue, we only verify that the copy is being done with "force".
In OCP4.5
$ oc get pods velero-696d9f9b5b-nvd6x -o yaml
....
- command:
- sh
- -ec
- cp -f /etc/ssl/certs/* /certs/; ln -sf /credentials/ca_bundle.pem /certs/ca_bundle.pem;
image: quay-enterprise-quay-enterprise.apps.cam-tgt-8570.qe.azure.devcluster.openshift.com/admin/openshift-migration-velero-rhel8@sha256:f844d84dd85f8ae75dc651ca7dd206463f4a10167417f8d6c8793c01c9b72152
In OCP3.11
$ oc get pods -o yaml velero-7c7b85556f-xmvcg
- command:
- sh
- -ec
- cp -f /etc/ssl/certs/* /certs/; ln -sf /credentials/ca_bundle.pem /certs/ca_bundle.pem;
image: quay-enterprise-quay-enterprise.apps.cam-tgt-8690.qe.devcluster.openshift.com/admin/openshift-migration-velero-rhel8@sha256:f844d84dd85f8ae75dc651ca7dd206463f4a10167417f8d6c8793c01c9b72152
imagePullPolicy: Always
Moved to VERIFIED status.
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.3.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:4148 |