Bug 1883827
| Summary: | Crash on kill containers failure | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yuval Goldberg <ygoldber> |
| Component: | assisted-installer | Assignee: | Rom Freiman <rfreiman> |
| assisted-installer sub component: | discovery-agent | QA Contact: | Yuri Obshansky <yobshans> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | high | CC: | aos-bugs, mchernyk, vlaad |
| Version: | 4.6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | assisted-installer-prod | ||
| Fixed In Version: | v1.0.10.2 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-25 21:42:05 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
Yuval Goldberg
2020-09-30 10:55:51 UTC
Should fix the reset/cancel command so these errors should not happen fixed, the command changed from 'kill' to 'stop' and does now exit with status 0. The issue does not reproduce on v1.0.10.2: Oct 29 20:37:24 master-0-1 agent[1984]: time="29-10-2020 20:37:24" level=info msg="Sending step <execute-cbbffa01> reply output <0a77c1e8e4f20612f98772cb3c9553ea41a2b371e295ec326102cae8ab96d135\n> error <> exit-code <0>" file="step_processor.go:46" request_id=65e3848d-cf39-41a0-96a3-7c1ade5ec390 Oct 29 20:39:24 master-0-1 agent[1984]: time="29-10-2020 20:39:24" level=info msg="Query for next steps" file="step_processor.go:101" request_id=da486687-9d82-49a3-a86a-f11935d8fd74 Oct 29 20:39:25 master-0-1 agent[1984]: time="29-10-2020 20:39:25" level=info msg="Executing step: <execute-eed33f25>, command: </usr/bin/podman>, args: <[stop -i -t 5 assisted-installer]>" file="step_processor.go:78" request_id=da486687-9d82-49a3-a86a-f11935d8fd74 Oct 29 20:39:25 master-0-1 agent[1984]: time="29-10-2020 20:39:25" level=info msg="Sending step <execute-eed33f25> reply output <0a77c1e8e4f20612f98772cb3c9553ea41a2b371e295ec326102cae8ab96d135\n> error <> exit-code <0>" file="step_processor.go:46" request_id=da486687-9d82-49a3-a86a-f11935d8fd74 Oct 29 20:41:25 master-0-1 agent[1984]: time="29-10-2020 20:41:25" level=info msg="Query for next steps" file="step_processor.go:101" request_id=ad5750b5-018f-4db6-91cd-ffbf402c6d27 Oct 29 20:41:26 master-0-1 agent[1984]: time="29-10-2020 20:41:26" level=info msg="Executing step: <execute-d588780c>, command: </usr/bin/podman>, args: <[stop -i -t 5 assisted-installer]>" file="step_processor.go:78" request_id=ad5750b5-018f-4db6-91cd-ffbf402c6d27 Oct 29 20:41:26 master-0-1 agent[1984]: time="29-10-2020 20:41:26" level=info msg="Sending step <execute-d588780c> reply output <0a77c1e8e4f20612f98772cb3c9553ea41a2b371e295ec326102cae8ab96d135\n> error <> exit-code <0>" file="step_processor.go:46" request_id=ad5750b5-018f-4db6-91cd-ffbf402c6d27 Oct 29 20:43:26 master-0-1 agent[1984]: time="29-10-2020 20:43:26" level=info msg="Query for next steps" file="step_processor.go:101" request_id=4c4cff4f-5bd5-4b2f-96d7-06ad4c6777a7 Oct 29 20:43:26 master-0-1 agent[1984]: time="29-10-2020 20:43:26" level=info msg="Executing step: <execute-2542ca18>, command: </usr/bin/podman>, args: <[stop -i -t 5 assisted-installer]>" file="step_processor.go:78" request_id=4c4cff4f-5bd5-4b2f-96d7-06ad4c6777a7 Oct 29 20:43:26 master-0-1 agent[1984]: time="29-10-2020 20:43:26" level=info msg="Sending step <execute-2542ca18> reply output <0a77c1e8e4f20612f98772cb3c9553ea41a2b371e295ec326102cae8ab96d135\n> error <> exit-code <0>" file="step_processor.go:46" request_id=4c4cff4f-5bd5-4b2f-96d7-06ad4c6777a7 |