Bug 913452
Summary: | [webadmin] After template is deleted quota storage resources are not released. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ondra Machacek <omachace> | ||||
Component: | ovirt-engine-webadmin-portal | Assignee: | ofri <omasad> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondra Machacek <omachace> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.2.0 | CC: | acathrow, dfediuck, dyasny, ecohen, iheim, Rhev-m-bugs, sgrinber, ykaul | ||||
Target Milestone: | --- | ||||||
Target Release: | 3.2.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | sla | ||||||
Fixed In Version: | sf9 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | Type: | Bug | |||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 917401 | ||||||
Attachments: |
|
3.2 has been released 3.2 has been released 3.2 has been released |
Created attachment 700415 [details] engine.log Description of problem: After template is deleted quota storage resources are not released. Version-Release number of selected component (if applicable): How reproducible: always sf7 Steps to Reproduce: 1. Create quota with storage limit 30GB. 2. Create vm with disk[5GB]. 3. Make template from this vm. 4. Remove template. Actual results: After template is removed quota storage resources are same as if template still exists. Expected results: Quota storage resources are released. Additional info: In db is correct value, so seems as ui problem: select storage_size_gb_usage from quota_global_view; storage_size_gb_usage ----------------------- 5