I am on a path and I have to be careful.
I want to move a VM from 1 physical host to another with all of its applications in tact. I believe it should be completed by the following:
What confuses me is whether or not the xml also defines the applications or just resource configs.
I want to move a VM from 1 physical host to another with all of its applications in tact. I believe it should be completed by the following:
- on the source host run virsh dumpxml VMNAME > domxml.xml and copy this xml to the destination host
- on the destination host run virsh define domxml.xml
What confuses me is whether or not the xml also defines the applications or just resource configs.