<div dir="ltr">Hi All,<br><br>A process on VM-1 is running with PID: 26861. Check-pointed this process using following command<br><br>./criu dump -vvvv -D /root/download/test-images/ -o /root/download/test-images/dump.log -t 26861 -R --shell-job &amp;&amp; echo OK<br>
<br>Moved *.img files on to VM-2 and restored them with following command.<br><br>./criu restore -vvvv -d -D /root/download/test-images -o /root/download/test-images/restore.log -t 27397 --shell-job &amp;&amp; echo OK<br>
<br>Pls note, tried to restore with different process ID but what is observed is that *restore* always restores with original process id it was check pointed with.<br><br>Is it possible to change the process id during restore ?<br>
<br>Thanks<br>Bhargav<br></div>