2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

ci: Switch to non overlaysfs tests

Switch to non overlaysfs tests for Podman and Docker.
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1967924

Signed-off-by: Adrian Reber <areber@redhat.com>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Adrian Reber
2022-04-05 07:05:53 +00:00
committed by Andrei Vagin
parent 45e048d77a
commit 8bb05e3bf3
2 changed files with 9 additions and 2 deletions

View File

@@ -21,7 +21,10 @@ add-apt-repository \
. /etc/lsb-release
echo '{ "experimental": true }' > /etc/docker/daemon.json
# overlayfs with current Ubuntu kernel breaks CRIU
# https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1967924
# Use devicemapper storage drive as a work-around
echo '{ "experimental": true, "storage-driver": "devicemapper" }' > /etc/docker/daemon.json
CRIU_LOG='/criu.log'
mkdir -p /etc/criu