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:
committed by
Andrei Vagin
parent
2aa4185a6c
commit
a8525c07d4
@@ -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
|
||||
|
Reference in New Issue
Block a user