Re: [Openstack] A blueprint on dynamic consolidation of virtual machines

2012-08-17 Thread Anton Beloglazov
Hi Diego, Thanks for your interest! My algorithms are based on analyzing historical data on the CPU utilization by VMs. The idea is to abstract from the application-specific details and make the system applicable to any kinds of workloads. The CPU utilization data are used to decide when VMs can b

Re: [Openstack] A blueprint on dynamic consolidation of virtual machines

2012-08-17 Thread Ravi Jagannathan
Interesting stuff Diego. We have rolled out a local ( very basic consolidation process ) in our internal cloud. We detect the load and move it acorss data stores betwen high and low capacities and also so Load balancing of new Vms vs Datastore when provisioning new systems. Ravi. On Fri, Aug 17,

Re: [Openstack] A blueprint on dynamic consolidation of virtual machines

2012-08-17 Thread Diego Parrilla SantamarĂ­a
Hi Anton, really interesting stuff. We are also in very early stages in a research project to automate VM consolidation. Most of the studies focus on information taken from power supplies and physical devices. We are more interested in looking for patterns of applications usage (database hits, IO

Re: [Openstack] A blueprint on dynamic consolidation of virtual machines

2012-08-17 Thread Anton Beloglazov
The development is still in its early stages, but the source code is already available on github: https://github.com/beloglazov/openstack-neat Best regards, Anton On Fri, Aug 17, 2012 at 6:25 PM, Anton Beloglazov < anton.belogla...@gmail.com> wrote: > Sorry, the link got corrupted, here is the c

Re: [Openstack] A blueprint on dynamic consolidation of virtual machines

2012-08-17 Thread Anton Beloglazov
Sorry, the link got corrupted, here is the correct one: https://blueprints.launchpad.net/nova/+spec/dynamic-consolidation-of-virtual-machines Best regards, Anton Beloglazov On Fri, Aug 17, 2012 at 6:22 PM, Anton Beloglazov < anton.belogla...@gmail.com> wrote: > Hi All, > > I've recently submitt

[Openstack] A blueprint on dynamic consolidation of virtual machines

2012-08-17 Thread Anton Beloglazov
Hi All, I've recently submitted a blueprint describing my project of a framework for dynamic consolidation of virtual machines for OpenStack: https://blueprints.launchpad.net/nova/+spec/dynamic-consolidation-of-virtual-mforachines