Bug 1784475
| Summary: | [4.3] S3 region invalid if ec2-metadata fails on first attempt | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Micah Abbott <miabbott> |
| Component: | RHCOS | Assignee: | Micah Abbott <miabbott> |
| Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.2.z | CC: | bbreard, behoward, dustymabe, imcleod, jligon, miabbott, mnguyen, nstielau, sreber, walters |
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1780572 | Environment: | |
| Last Closed: | 2020-01-23 11:19:28 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: | 1780572 | ||
| Bug Blocks: | |||
|
Comment 1
Micah Abbott
2019-12-17 14:36:35 UTC
$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.3.0-0.nightly-2019-12-18-145749 True False 24m Cluster version is 4.3.0-0.nightly-2019-12-18-145749 [mnguyen@pet30 4.3]$ oc get nodes NAME STATUS ROLES AGE VERSION ip-10-0-130-157.ec2.internal Ready worker 40m v1.16.2 ip-10-0-141-196.ec2.internal Ready master 51m v1.16.2 ip-10-0-147-46.ec2.internal Ready worker 40m v1.16.2 ip-10-0-155-125.ec2.internal Ready master 51m v1.16.2 ip-10-0-162-50.ec2.internal NotReady,SchedulingDisabled master 51m v1.16.2 ip-10-0-169-122.ec2.internal Ready worker 40m v1.16.2 [mnguyen@pet30 4.3]$ oc debug node/ip-10-0-130-157.ec2.internal Starting pod/ip-10-0-130-157ec2internal-debug ... To use host binaries, run `chroot /host` If you don't see a command prompt, try pressing enter. sh-4.2# chroot /host sh-4.4# rpm -q ignition ignition-0.34.0-0.rhaos4.3.git92f874c.el8.x86_64 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:0062 |