Re: [Openstack] out of fixed-ips!

2013-12-11 Thread Pranesh Pandurangan
To those who might be interested, some of us are working on a framework called Entropy that would enable openstack users to plugin audit scripts that detect such issues, and repair scripts that would provide a fix if a known issue is seen. For example, everytime your audit script sees an inconsist

Re: [Openstack] out of fixed-ips!

2013-12-11 Thread JR
Jon, The value in quota_usages was wrong. Fixed. Thanks for the help. JR On 12/11/2013 2:36 PM, Jonathan Proulx wrote: > I've seen issues where the quota_use table in the nova database gets > out of sync with the resources actually used. > > try this query and see if the fixed_ips matches wha

Re: [Openstack] out of fixed-ips!

2013-12-11 Thread Jonathan Proulx
I've seen issues where the quota_use table in the nova database gets out of sync with the resources actually used. try this query and see if the fixed_ips matches what is in use: mysql nova -e 'select * from quota_usages where project_id="60d776fe573f44a4810cb294b95e09d6" and resource="fixed_ips"

[Openstack] out of fixed-ips!

2013-12-11 Thread JR
Hi all, I'm having an odd issue where I can't spin up new VMs; the error is below. I've confirmed that the tenant starting the instance has sufficient capacity. I have another tenant who is running a similar number of VMs and it's not having the problem. This is ubuntu 12.04 running grizzly. Any