[CRIU] Restore Process

Thouraya TH thouraya87 at gmail.com
Tue Jul 15 09:21:17 PDT 2014


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 time should
increment in the  test.log file ?


Thanks a lot.
Bests.


2014-07-15 16:13 GMT+01:00 Pavel Emelyanov <xemul at parallels.com>:

> On 07/15/2014 07:10 PM, Thouraya TH wrote:
> > Hello,
> >
> > Yesterday, i have done the dump process
> > http://criu.org/Simple_loop
> >
> > I'd like to test the restart Process,(in the example see url)
> > _http://criu.org/Simple_loop_
> > Restore the test process:
> > # criu restore -d -t 2221 -vvv -o restore.log && echo OK
> > OK
> >
> > i have saved all dump files in a directory:
> > thouraya at thouraya-Lenovo-3000-N500:~/imgDir$ ls
> > cgroup.img         fifo-data.img        mm-18885.img
> sigacts-18885.img
> > core-13319.img     fifo.img             netlinksk.img      signalfd.img
> > core-18885.img     filelocks-13319.img  ns-files.img
> signal-p-13319.img
> > creds-13319.img    filelocks-18885.img  packetsk.img
> signal-p-18885.img
> > creds-18885.img    fs-13319.img         pagemap-13319.img
>  signal-s-13319.img
> > dump.log           fs-18885.img         pagemap-18885.img
>  signal-s-18885.img
> > eventfd.img        ghost-file-1.img     pages-1.img        sk-queues.img
> > eventpoll.img      ids-13319.img        pages-2.img        stats-dump
> > eventpoll-tfd.img  ids-18885.img        pipes-data.img     tty.img
> > ext-files.img      inetsk.img           pipes.img          tty-info.img
> > fanotify.img       inotify.img          pstree.img         tunfile.img
> > fanotify-mark.img  inotify-wd.img       reg-files.img      unixsk.img
> > fdinfo-2.img       inventory.img        remap-fpath.img
> > fdinfo-3.img       mm-13319.img         sigacts-13319.img
> >
> > My question how get the process id (2221 in the example) ?
>
> On restore the -t option is ignored, since pids to restore are
> read from the image files.
>
> Thanks,
> Pavel
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20140715/78ea815e/attachment-0001.html>


More information about the CRIU mailing list