I have Linux KVM guests running on CentOS 5.5 hosts. These guests usually run CentOS 5.5 also. Now I will have a RHEL 6 cluster. I need these guests to be moved to the RHEL 6 cluster. I do not need to upgrade the guests' OS as customers like their computing environment to be intact.

I use an iSCSI raid for the guest's storage. If I mapped the iSCSI target to the RHEL 6 cluster, would these guests work without change? Or I need to do something to make them work?

link|improve this question
feedback

1 Answer

to simply move a guest between two standalone RHEL hosts you'd need to make sure you have the image and the xml for the guest copied, and to adjust the XML for the new network bridge (or create the same network config on the destination host)

as an alternative, you might want to use virt-v2v - it can automate the process, even though in your case it's hardly necessary

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.