Bug 1264420 - quota consistence across the projects
Summary: quota consistence across the projects
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Eoghan Glynn
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-18 12:30 UTC by Pablo Caruana
Modified: 2019-09-09 13:52 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-25 13:04:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1467560 0 None None None Never

Description Pablo Caruana 2015-09-18 12:30:53 UTC
When deploying stack from heat notice some  nova.usages and cinder.usages.

In short is a know limitation on the code and the database schema and hope this can give a better understanding when we take a look both nova.instances, nova.quota_usages and  cinder.quota_usages

from that point there are two things to resolve, the  database tables inconsistencies  between and inside nova,cinder and neutron protects and potential RFE for covering code and/or potential db schemas.


From what Already researched this looks is a know issue in Openstack tables at least from nova as nova.usages not tracking the uuid for the instance uuid consuming the quota and if removed from the hypervisor, leaving  you to a manual comparison.

Comment 5 Eoghan Glynn 2015-09-25 13:04:27 UTC
The internal database schema for nova and cinder are not considered a user-visible API or contract. Instead, these are considered a private implementation detail.

Also, these schema are not maintained in a cross-project way aiming for consistency (unlike how say the API working group attempts to acheive cross-project consistency on the public REST APIs).

So, making these database schema consistent is not something we can commit to doing.


Note You need to log in before you can comment on or make changes to this bug.