Re: [Openstack] Using KVM for Large Infrastructures

2014-01-10 Thread sylecn
Openstack supports restricting IOPS for libvirt+KVM based vm. https://wiki.openstack.org/wiki/InstanceResourceQuota You can restrict disk and network IO. It's implemented using libvirt + cgroups. Thanks, Yuanle On Thu, Jan 9, 2014 at 10:17 PM, Mridhul Pax wrote: > Hello Stackers, > > Any on

Re: [Openstack] Using KVM for Large Infrastructures

2014-01-09 Thread Haomai Wang
On Thu, Jan 9, 2014 at 10:17 PM, Mridhul Pax wrote: > Hello Stackers, > > Any one using KVM as hypervisor in the production servers ? We are planning > to use KVM as hypervisor in our production systems and we are planning to > use 5 hypervisor nodes (~40 vms per hypervisor). > > How scalable is K

Re: [Openstack] Using KVM for Large Infrastructures

2014-01-09 Thread Tim Bell
ry 2014 16:20 > To: Mridhul Pax > Cc: openstack@lists.openstack.org > Subject: Re: [Openstack] Using KVM for Large Infrastructures > > On Thu, Jan 9, 2014 at 9:17 AM, Mridhul Pax wrote: > > Hello Stackers, > > > > Any one using KVM as hypervisor in the production servers

Re: [Openstack] Using KVM for Large Infrastructures

2014-01-09 Thread Jonathan Proulx
On Thu, Jan 9, 2014 at 9:17 AM, Mridhul Pax wrote: > Hello Stackers, > > Any one using KVM as hypervisor in the production servers ? We are planning > to use KVM as hypervisor in our production systems and we are planning to > use 5 hypervisor nodes (~40 vms per hypervisor). I have 60 hypervisor

[Openstack] Using KVM for Large Infrastructures

2014-01-09 Thread Mridhul Pax
Hello Stackers, Any one using KVM as hypervisor in the production servers ? We are planning to use KVM as hypervisor in our production systems and we are planning to use 5 hypervisor nodes (~40 vms per hypervisor). How scalable is KVM when used with openstack ? Any limitations ? Any ideas on han