VPS checkpointing problem [message #6460] |
Mon, 18 September 2006 11:01  |
dagr
Messages: 83 Registered: February 2006
|
Member |
|
|
i tried to play with checkpointing
http://wiki.openvz.org/Checkpointing_and_live_migration
first time i made dump and restore on same host and all was ok.
sudo vzctl start 2
sudo vzctl chkpnt 2 --suspend
sudo vzctl chkpnt 2 --dump --dumpfile /home/dagr/2.dump
sudo vzctl chkpnt 2 --kill
sudo vzctl restore 2 --undump --dumpfile /home/dagr/2.dump
sudo vzctl restore 2 --resume
VPS - was default centos - inside sendmail processes .
after that i entered VPS - run this commands
screen
top -d 1
// then detached ssh client - and after relogining i saw screen and top procceses inside vps - it was ok .
then repeated all above with chkpointing and got at the end
[dagr@mydbtest ~]$ sudo vzctl restore 2 --undump --dumpfile /home/dagr/2.dump
Restoring VPS ...
Starting VPS ...
VPS is mounted
undump...
Adding IP address(es): 192.168.102.2
Setting CPU units: 1000
Error: undump failed: No such file or directory
Restoring failed:
rst_file: -2 48448
rst_files: -2
make_baby: -2
rst_clone_children
VPS start failed
Stopping VPS ...
VPS was stopped
VPS is unmounted
//////////////////////////////////
so the question is - why did it failed ?
|
|
|