|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Migration questions
> Second, when a VM is migrated, is there a way to keep a
> permanent ID assigned to the VM? For example, if I create my
> VM and assign it an ID of 500, when I migrate the VM to a new
> machine, will the VM still have an ID of 500? My
> understanding is that XEN will assign a new ID to the VM.
The name will stay constant. The domain id is only a temporary thing and
will not be preserved across migration (it can even change across VM
reboots on the same machine). Think of it like a PID.
If you're configuring devices etc for a domain you should key it off the
name, not the domain id.
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|