Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-12-03 Thread Kevin L. Mitchell
On Thu, 2015-12-03 at 12:33 -0800, melanie witt wrote: > On the parallel request bug [2], if you check out alaski's comment #3, > he mentions the keypairs and security groups apis check quota without > using the reservation system. We should investigate why they don't and > whether we can convert t

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-12-03 Thread melanie witt
-@openstack On Dec 1, 2015, at 11:45, Vilobh Meshram wrote: > If you can share the details of the bug that Joe mentioned, to reproduce > quota bugs locally, it would be helpful. Here's the bug comment I was thinking of, #15 by jogo on the script he used to make quotas go out of sync while re

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-12-03 Thread Sajeesh Cimson Sasi
sajeesh From: Vilobh Meshram [vilobhmeshram.openst...@gmail.com] Sent: 02 December 2015 01:15:31 To: OpenStack Development Mailing List (not for usage questions); OpenStack Mailing List (not for usage questions) Subject: Re: [openstack-dev] [nova]New

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-12-02 Thread Dulko, Michal
On Tue, 2015-12-01 at 11:45 -0800, Vilobh Meshram wrote: > Having worked in the area of Quotas for a while now by introducing > features like Cinder Nested Quota Driver [1] [2] I strongly feel that > something like a Nova Quota sub-team will definitely help. Mentioning > about Cinder Quota driver

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-12-01 Thread Joshua Harlow
So whats needed to build out that 'framework'? Is it just dispatching provision requests to nova, and then seeing when the quota becomes out of sync, and then backtracking through logs and notifications (+- other) to then figure out the root cause? Or is that framework some kind of local func

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-12-01 Thread Vilobh Meshram
I am highly supportive for the idea of Nova Quota sub-team, for something as complex as Quota, as it helps to move quickly on reviews and changes. Agree with John, a test framework to test quotas will be helpful and can be one of the first task the Nova Quota sub team can focus on as that will lay

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-11-30 Thread melanie witt
On Nov 26, 2015, at 9:36, John Garbutt wrote: > A suggestion in the past, that I like, is creating a nova functional > test that stress tests the quota code. > > Hopefully that will be able to help reproduce the error. > That should help prove if any proposed fix actually works. +1, I think it'

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-11-26 Thread John Garbutt
uot;OpenStack Development Mailing List (not for usage questions)" >> > >> > Date: 11/20/2015 05:15 PM >> > Subject: [openstack-dev] [nova]New Quota Subteam on Nova >> > >> > Hi guys >> > >> > [...] >> > >> > So was

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-11-26 Thread Raildo Mascena
> To: "OpenStack Development Mailing List (not for usage questions)" > > > > Date: 11/20/2015 05:15 PM > > Subject: [openstack-dev] [nova]New Quota Subteam on Nova > > > > Hi guys > > > > [...] > > > > So was I thinking on create a s

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-11-26 Thread Markus Zoeller
Raildo Mascena wrote on 11/20/2015 05:13:18 PM: > From: Raildo Mascena > To: "OpenStack Development Mailing List (not for usage questions)" > > Date: 11/20/2015 05:15 PM > Subject: [openstack-dev] [nova]New Quota Subteam on Nova > > Hi guys > > [.

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-11-25 Thread Raildo Mascena
Hi Kevin, Thanks for your interest! In the current implementation for Nested Quota, we want to provide a better way to handle with Hierarchical Multitenancy on Nova, like we did on Cinder . Also, I already create

Re: [openstack-dev] [nova]New Quota Subteam on Nova

2015-11-23 Thread Kevin L. Mitchell
On Fri, 2015-11-20 at 16:13 +, Raildo Mascena wrote: > Me and other guys are working in the nested quota driver > (https://review.openstack.org/#/q/status:open+project:openstack/nova > +branch:master+topic:bp/nested-quota-driver-api,n,z) on Nova. > > > in addition, We want discuss the re-desi

[openstack-dev] [nova]New Quota Subteam on Nova

2015-11-20 Thread Raildo Mascena
Hi guys Me and other guys are working in the nested quota driver ( https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/nested-quota-driver-api,n,z) on Nova. in addition, We want discuss the re-design of the quota implementation on nova and in other projects,