summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-completion.1.md
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-11-10 20:54:01 +0100
committerMatthew Heon <matthew.heon@pm.me>2021-11-12 11:08:25 -0500
commitc2fb170b87fc004bca47810b310ac9f709f2695f (patch)
tree95154a1c888619aedde72897ae1554d74ac94710 /docs/source/markdown/podman-completion.1.md
parent6770fede7112adb41db985972b8c198d2a809ceb (diff)
downloadpodman-c2fb170b87fc004bca47810b310ac9f709f2695f.tar.gz
podman-c2fb170b87fc004bca47810b310ac9f709f2695f.tar.bz2
podman-c2fb170b87fc004bca47810b310ac9f709f2695f.zip
Fix flake in upgrade tests
The cni plugins need access to /run/cni and the dnsname plugin needs access to /run/containers. The race condition was basically that a `podman stop` could either do the cleanup itself or the spawned cleanup process would do the cleanup if it was fast enough. The `podman stop` is executed on the host while the podman cleanup process is executed in the "parent container". The parent container contains older plugins than on the host. The dnsname plugin before version 1.3 could error and this would prevent CNI from doing a proper cleanup. The plugin errors because it could not find its files in /run/containers. On my system the test always failed because the cleanup process was always faster than the stop process. However in the CI VMs the stop process was usually faster and so it failed only sometimes. Fixes #11558 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-completion.1.md')
0 files changed, 0 insertions, 0 deletions