Bug 1951670
Summary: | Error gathering bootstrap log after pivot: The bootstrap machine did not execute the release-image.service systemd unit | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alexander Chuzhoy <sasha> |
Component: | Installer | Assignee: | Eran Cohen <ercohen> |
Installer sub component: | Single Node OpenShift | QA Contact: | Omri Hochman <ohochman> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aos-bugs, ercohen, mstaeble |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-27 23:02:18 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
Alexander Chuzhoy
2021-04-20 17:19:21 UTC
Log collection works fine just need to get rid of this misleading error. Version: 4.8.0-0.nightly-2021-05-10-092939 [kni@r640-u09 ~]$ ./installer/bin/openshift-install gather bootstrap --bootstrap api.qe3.kni.lab.eng.bos.redhat.com --master api.qe3.kni.lab.eng.bos.redhat.com INFO Pulling debug logs from the bootstrap machine INFO Bootstrap gather logs captured here "/home/kni/log-bundle-20210510105509.tar.gz" [kni@r640-u09 ~]$ echo $? 0 [kni@r640-u09 ~]$ ls -la /home/kni/log-bundle-20210510105509.tar.gz -rw-rw-r--. 1 kni kni 4116526 May 10 10:55 /home/kni/log-bundle-20210510105509.tar.gz Note: The output: INFO Pulling debug logs from the bootstrap machine INFO Bootstrap gather logs captured here "/home/kni/log-bundle-20210510105509.tar.gz" Actually goes to stderr and not stdout. 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.8.2 bug fix and security 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-2021:2438 |