|
Bugzilla – Full Text Bug Listing |
| Summary: | Race condition in docker/podman stop | ||
|---|---|---|---|
| Product: | [SUSE Linux Enterprise Server] PUBLIC SUSE Linux Enterprise Server 15 SP3 | Reporter: | Ricardo Branco <rbranco> |
| Component: | Containers | Assignee: | Danish Prakash <danish.prakash> |
| Status: | IN_PROGRESS --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | danish.prakash, dcermak, felix.niederwanger, jalausuch, rbranco |
| Version: | SLES15SP3Maint-Upd | Flags: | dcermak:
needinfo?
(rbranco) |
| Target Milestone: | unspecified | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/11383574/modules/podman_network_cni/steps/142 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ricardo Branco
2023-06-28 19:43:49 UTC
I would suggest to change the code from `xargs podman stop` to `xargs podman rm -f` as that will circumvent the inherent TOCTU. Sadly, we were not able to find a way how to fix this inherent podman issue. Update: We see the same issue with docker on 15-SP4 now: https://openqa.suse.de/tests/13886270#step/docker/133 > docker stop CONTAINER > docker ps > ... shows the CONTAINER still in status UP For the record: We see this issue also on 15-SP6: https://openqa.suse.de/tests/14413815#step/docker/176 |