From 73dc93dbceca5adc62c8796a7604472ff4f731f3 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 11 Apr 2021 09:49:28 +0000 Subject: [PATCH] tests: switch to the "busybox" template in lxc-test-checkpoint-restore 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 --- src/tests/lxc-test-checkpoint-restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/lxc-test-checkpoint-restore b/src/tests/lxc-test-checkpoint-restore index 27c83b4be..5aee0a427 100755 --- a/src/tests/lxc-test-checkpoint-restore +++ b/src/tests/lxc-test-checkpoint-restore @@ -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" <