All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Automation load balancing through live migration of virtual machine.
@ 2011-02-12 17:37 Gautam
  2011-02-12 20:35 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 2+ messages in thread
From: Gautam @ 2011-02-12 17:37 UTC (permalink / raw
  To: xen-devel, xen-users, xen.org


[-- Attachment #1.1: Type: text/plain, Size: 496 bytes --]

Hi All,

i want to add the automatic support for load balancing in the xen through
live migration of virtual machine.
for this i wrote a script, which runs as a daemon process with xen and if
the reosurces utilization (like Memory or CPU usage) exceeds
the threshold value then it migrates the virtual machine to the other
server.

but my script runs over the XEN. i am planing to make insert this code in
xen code.
so please suggest me the guide line to work with xen code.


-- 
Regards
Gautam

[-- Attachment #1.2: Type: text/html, Size: 584 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Automation load balancing through live migration of virtual machine.
  2011-02-12 17:37 Automation load balancing through live migration of virtual machine Gautam
@ 2011-02-12 20:35 ` Pasi Kärkkäinen
  0 siblings, 0 replies; 2+ messages in thread
From: Pasi Kärkkäinen @ 2011-02-12 20:35 UTC (permalink / raw
  To: Gautam; +Cc: xen-devel, xen.org, xen-users

On Sat, Feb 12, 2011 at 12:37:01PM -0500, Gautam wrote:
>    Hi All,
> 
>    i want to add the automatic support for load balancing in the xen through
>    live migration of virtual machine.
>    for this i wrote a script, which runs as a daemon process with xen and if
>    the reosurces utilization (like Memory or CPU usage) exceeds
>    the threshold value then it migrates the virtual machine to the other
>    server.
> 
>    but my script runs over the XEN. i am planing to make insert this code in
>    xen code.
>    so please suggest me the guide line to work with xen code.
> 

I believe this kind of functionality should be a script/daemon,
like you have implemented it now.

xm/xend and xl/libxl toolstack are "single host" anyway,
so they don't really know anything about other hosts.

XAPI toolstack used in XCP (and in Citrix XenServer) has
multi-host pools, but I believe this kind of functionality
already exists there, and can be implemented as plugins.

-- Pasi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-12 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 17:37 Automation load balancing through live migration of virtual machine Gautam
2011-02-12 20:35 ` Pasi Kärkkäinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.