mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
replace default oci runtime runc with crun
* Our tests could consistently get awx jobs into a deadlocked state whenever the parallelism was high. Even podman ps would hang when the system was in this state. We don't know exactly where in runc the bug is but the deadlocks stopped happening when we changed the OCI runtime environment to crun.
This commit is contained in:
parent
a60abe38a8
commit
0a5e9da287
@ -153,7 +153,7 @@ RUN dnf --enablerepo=debuginfo -y install python3-debuginfo || :
|
||||
|
||||
{% if build_dev|bool %}
|
||||
RUN dnf install -y podman
|
||||
RUN echo -e '[engine]\ncgroup_manager = "cgroupfs"\nevents_logger = "file"' > /etc/containers/containers.conf
|
||||
RUN echo -e '[engine]\ncgroup_manager = "cgroupfs"\nevents_logger = "file"\nruntime = "crun"' > /etc/containers/containers.conf
|
||||
{% endif %}
|
||||
|
||||
# Ensure we must use fully qualified image names
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user