Bug 1919879
| Summary: | The toolbox container name is changed from 'toolbox-root' to 'toolbox-' in a chroot environment | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Timothée Ravier <travier> |
| Component: | RHCOS | Assignee: | Timothée Ravier <travier> |
| Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.7 | CC: | bbreard, imcleod, jligon, nstielau |
| Target Milestone: | --- | ||
| Target Release: | 4.7.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:55:50 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: | |||
|
Description
Timothée Ravier
2021-01-25 11:05:23 UTC
Verified on 4.7.0-0.nightly-2021-01-25-160335.
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.7.0-0.nightly-2021-01-25-160335 True False 20m Cluster version is 4.7.0-0.nightly-2021-01-25-160335
$ oc get nodes
NAME STATUS ROLES AGE VERSION
ip-10-0-140-103.us-west-2.compute.internal Ready master 46m v1.20.0+70dd98e
ip-10-0-154-51.us-west-2.compute.internal Ready worker 33m v1.20.0+70dd98e
ip-10-0-170-124.us-west-2.compute.internal Ready worker 34m v1.20.0+70dd98e
ip-10-0-173-237.us-west-2.compute.internal Ready master 45m v1.20.0+70dd98e
ip-10-0-196-185.us-west-2.compute.internal Ready master 46m v1.20.0+70dd98e
ip-10-0-220-32.us-west-2.compute.internal Ready worker 33m v1.20.0+70dd98e
$ oc debug node/ip-10-0-154-51.us-west-2.compute.internal
Starting pod/ip-10-0-154-51us-west-2computeinternal-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# toolbox
Trying to pull registry.redhat.io/rhel8/support-tools...
Getting image source signatures
Copying blob d9e72d058dc5 skipped: already exists
Copying blob cca21acb641a skipped: already exists
Copying blob 5ee83610639d done
Copying config be1f7079a9 done
Writing manifest to image destination
Storing signatures
be1f7079a938a4ab5c1f8b4c7d2dc82b8c60598bb1e248438ced576829f96389
Spawning a container 'toolbox-root' with image 'registry.redhat.io/rhel8/support-tools'
Detected RUN label in the container image. Using that as the default...
[root@ip-10-0-154-51 /]# exit
exit
sh-4.4# podman ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
71d83cf8ddcf registry.redhat.io/rhel8/support-tools:latest /usr/bin/bash 21 seconds ago Exited (0) 15 seconds ago toolbox-root
sh-4.4# rpm-ostree status
State: idle
Deployments:
* pivot://quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e52aead8f8025eb8fe12a385a826a822fa94f9dc89e8d55abcc2bbf718f4b11f
CustomOrigin: Managed by machine-config-operator
Version: 47.83.202101251242-0 (2021-01-25T12:46:04Z)
ostree://8e87a86b9444784ab29e7917fa82e00d5e356f18b19449946b687ee8dc27c51a
Version: 47.83.202101161239-0 (2021-01-16T12:43:01Z)
sh-4.4# exit
exit
sh-4.2# exit
exit
Removing debug pod ...
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.7.0-0.nightly-2021-01-25-160335 True False 20m Cluster version is 4.7.0-0.nightly-2021-01-25-160335
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: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement 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-2020:5633 |