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:
committed by
Andrei Vagin
parent
45e048d77a
commit
8bb05e3bf3
@@ -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
|
||||
|
Reference in New Issue
Block a user