Re: Live migration with host file system mounted [message #38222 is a reply to message #38221] |
Mon, 30 November 2009 10:50 |
yourweb
Messages: 6 Registered: November 2009
|
Junior Member |
|
|
triangle wrote on Mon, 30 November 2009 04:55 | This is what I am actually doing to live migrate such a container:
vzctl exec 101 umount /data && vzmigrate --remove-area no --online <OpenVZ destination host> 101
Kind regards, David
|
You umount the disk, transfer the container and the disk is mounted again, correct me if I'm wrong? Seems to be a better solution than saving the RAM into a file and restoring it manually as this tool does do this for me.
|
|
|