summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-container-management.yml
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-12-15 16:43:01 -0800
committerMatt Clay <matt@mystile.com>2022-12-15 19:42:58 -0800
commit04fc98c794d425a42f83a062c163c981d8751512 (patch)
tree4951645c677f44d2206d3daa01a2593f41b0da84 /changelogs/fragments/ansible-test-container-management.yml
parent69c874f4785cb3ec63d98ab065a3aecc39797012 (diff)
downloadansible-04fc98c794d425a42f83a062c163c981d8751512.tar.gz
ansible-test - Improve container startup handling.milestone
Also improve the ansible-test-container integration test: - Add coverage for the no-probe code path. - Add work-arounds for centos6 containers (to support backporting). - Avoid systemd debug when the container doesn't use cgroup.
Diffstat (limited to 'changelogs/fragments/ansible-test-container-management.yml')
-rw-r--r--changelogs/fragments/ansible-test-container-management.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-container-management.yml b/changelogs/fragments/ansible-test-container-management.yml
index 293d632713..0d0c77ed8c 100644
--- a/changelogs/fragments/ansible-test-container-management.yml
+++ b/changelogs/fragments/ansible-test-container-management.yml
@@ -56,6 +56,8 @@ bugfixes:
- ansible-test - Detection for running in a Podman or Docker container has been fixed to detect more scenarios.
The new detection relies on ``/proc/self/mountinfo`` instead of ``/proc/self/cpuset``.
Detection now works with custom cgroups and private cgroup namespaces.
+ - ansible-test - Avoid using ``exec`` after container startup when possible.
+ This improves container startup performance and avoids intermittent startup issues with some old containers.
known_issues:
- ansible-test - Using Docker on systems with SELinux may require setting SELinux to permissive mode.
Podman should work with SELinux in enforcing mode.