|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] alternative ways to trigger a domain migration
On 5/11/06, mr_ala <mr_ala@xxxxxxxxxxxxx> wrote:
Hello
I wonder whether there are other ways than "xm migrate <domainname> ..." to migrate a domain somewhere else. It would be great if the migration could be triggered by the domain itself, not from dom0.
From what I understand, this kind of direct communication is not possible.
On the other hand, the xen commands for doing things like migration are written in python, so if you are willing to get your hands a little dirty you can pretty easily write a server app which runs in domain0 and listens for requests to migrate from the unpriveliged domains. The server could then run the actual migration commands through the python xen api.
Thanks for any hints
Ales Cervenka
_______________________________________________
Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|