Displaying 1 result from an estimated 1 matches for "bsfg5tfz".
2014 Sep 24
0
Copy VM in running-snapshoted state to another host
...hen I put this archive to some other host and to restore
the vm by importing all the data from xmls.
So now I'm trying to do the above manually and stuck at the stage of revert.
Steps of what I'm doing are the following:
(on Host-1)
1. Create VM with next configuration: http://pastebin.com/bsfG5tFZ
2. Setup CentOS 6.5
3. Create snapshot of running VM using next command:
$ virsh snapshot-create-as [vm-name] [snapshot-name] --memspec
snapshot=internal
4. Backup VM xml:
$ virsh dumpxml [vm-name] > [vm-name].xml
5. Backup VM snapshot xml:
$ virsh snapshot-dumpxml [vm-name] [snapsho...