[CRIU] Restore Process
Pavel Emelyanov
xemul at parallels.com
Tue Jul 15 09:31:09 PDT 2014
On 07/15/2014 08:21 PM, Thouraya TH wrote:
> root at thouraya-Lenovo-3000-N500:/home/thouraya# cd imgDir/
> root at thouraya-Lenovo-3000-N500:/home/thouraya/imgDir# criu restore -d -vvv -o restore.log && echo OK
> OK
> root at thouraya-Lenovo-3000-N500:/home/thouraya/imgDir# ls
> cgroup.img fifo-data.img netlinksk.img sigacts-20099.img
> core-19654.img fifo.img ns-files.img signalfd.img
> core-20099.img filelocks-19654.img packetsk.img signal-p-19654.img
> creds-19654.img filelocks-20099.img pagemap-19654.img signal-p-20099.img
> creds-20099.img fs-19654.img pagemap-20099.img signal-s-19654.img
> dump.log fs-20099.img pages-1.img signal-s-20099.img
> eventfd.img ids-19654.img pages-2.img sk-queues.img
> eventpoll.img ids-20099.img pipes-data.img stats-dump
> eventpoll-tfd.img inetsk.img pipes.img stats-restore
> ext-files.img inotify.img pstree.img tty.img
> fanotify.img inotify-wd.img reg-files.img tty-info.img
> fanotify-mark.img inventory.img remap-fpath.img tunfile.img
> fdinfo-2.img mm-19654.img restore.log unixsk.img
> fdinfo-3.img mm-20099.img sigacts-19654.img
> root at thouraya-Lenovo-3000-N500:/home/thouraya/imgDir# vim restore.log
>
>
> i have a new file restore.log ,
> Here is the initial code:
>
> $ cat > test.sh <<-EOF
> #!/bin/sh
> while :; do
> sleep 1
> date
> done
> EOF
> $ chmod +x test.sh
> $ setsid ./test.sh < /dev/null &> test.log &
>
> My question: besides this file, what I must have ?
The restored processes.
> the time should increment in the test.log file ?
Yes, after some time.
More information about the CRIU
mailing list