scaleway / kernel-tools

:penguin: Kernels on Scaleway
http://devhub.scaleway.com/#/bootscripts
MIT License
104 stars 36 forks source link

CONFIG_CHECKPOINT_RESTORE #376

Open nlienard opened 6 years ago

nlienard commented 6 years ago

Is it possible to have CONFIG_CHECKPOINT_RESTORE=y in the current kernel on VPS SCALEWAY (VC1L for instance) ?

Currently due to this lack, CRIU is not working and we can't use LXD live Migration.

root@atxscw-hy005:~# uname -a
Linux atxscw-hy005 4.4.122-mainline-rev1 #1 SMP Sun Mar 18 10:44:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

root@atxscw-hy005:/var/log# criu check --all
Warn  (criu/autofs.c:77): Failed to find pipe_ino option (old kernel?)
Error (criu/cr-check.c:141): sys/kernel/ns_last_pid sysctl is inaccessible: No such file or directory
Does not look good.

root@atxscw-hy005:/usr/src/linux# zcat /proc/config.gz |grep CONFIG_CHECKPOINT_RESTORE
# CONFIG_CHECKPOINT_RESTORE is not set

thanks