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

ci: no longer avoid overlayfs

Now that the Ubuntu kernel is no longer broken with regards to
overlayfs, let's switch back to overlayfs instead of devicemapper and
vfs graphdrivers.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2021-06-13 19:21:18 +00:00
committed by Andrei Vagin
parent 2aa4185a6c
commit a8525c07d4
2 changed files with 2 additions and 13 deletions

View File

@@ -21,10 +21,7 @@ add-apt-repository \
. /etc/lsb-release
# overlayfs behaves differently on Ubuntu (18.04) and breaks CRIU
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857257
# Switch to devicemapper
echo '{ "experimental": true, "storage-driver": "devicemapper" }' > /etc/docker/daemon.json
echo '{ "experimental": true }' > /etc/docker/daemon.json
CRIU_LOG='/criu.log'
mkdir -p /etc/criu