]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tests: switch to the "busybox" template in lxc-test-checkpoint-restore 3793/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 11 Apr 2021 09:49:28 +0000 (09:49 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 11 Apr 2021 10:40:10 +0000 (10:40 +0000)
criu can't seem to dump systemd-logind used in Ubuntu due to what appears to be
https://github.com/checkpoint-restore/criu/issues/1430.
Let's switch to busybox where all the processes hopefully can be dumped.

Closes https://github.com/lxc/lxc/issues/3792

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
src/tests/lxc-test-checkpoint-restore

index 27c83b4be4ee491da196f7cbae42a6eec4318600..5aee0a427d7a6af7ba837c714e571f82ba4ca159 100755 (executable)
@@ -27,7 +27,7 @@ if verlte "$criu_version" "1.3.1"; then
 fi
 
 name=lxc-test-criu
-lxc-create -t ubuntu -n $name || FAIL "creating container"
+lxc-create -t busybox -n $name || FAIL "creating container"
 
 cat >> "$(lxc-config lxc.lxcpath)/$name/config" <<EOF
 # hax for criu