podman and nomad stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-11 13:37:02 +01:00
parent 154db99ee3
commit 075c7170cd
5 changed files with 104 additions and 5 deletions

View File

@@ -179,7 +179,7 @@ mountopt = "nodev"
# If the thinpool is in use when the driver attempts to remove it, the driver
# tells the kernel to remove it as soon as possible. Note this does not free
# up the disk space, use deferred deletion to fully remove the thinpool.
# use_deferred_removal = "True"
use_deferred_removal = "True"
# use_deferred_deletion marks thinpool device for deferred deletion.
# If the device is busy when the driver attempts to delete it, the driver
@@ -187,7 +187,7 @@ mountopt = "nodev"
# If the program using the driver exits, the driver will continue attempting
# to cleanup the next time the driver is used. Deferred deletion permanently
# deletes the device and all data stored in device will be lost.
# use_deferred_deletion = "True"
use_deferred_deletion = "True"
# xfs_nospace_max_retries specifies the maximum number of retries XFS should
# attempt to complete IO when ENOSPC (no space) error is returned by

View File

@@ -8,6 +8,7 @@
- containernetworking-plugins
- crun
- fuse-overlayfs
- slirp4netns
- name: Disable Docker Emulation warning
file:
@@ -22,6 +23,11 @@
dest: /etc/containers/containers.conf
src: containers.conf
- name: Configure storage.conf
copy:
dest: /etc/containers/storage.conf
src: storage.conf
- name: Configure cr.wks registry
copy:
dest: /etc/containers/registries.conf.d/cr.wks.conf