the deletion of the instance does not release the memory quota for vram
Bug #1681989 reported by
赵明俊
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
赵明俊 | ||
Ocata |
Fix Committed
|
Medium
|
Lee Yarwood |
Bug Description
When creating an instance, the quota is used to contain vram, and the deletion of the instance does not release the memory quota for vram
If a flavor defines 512MB of RAM and 64MB of video RAM, creating an instance will take up 576MB of memory quota, but after deleting the instance, it will only release 512MB of memory quotas.
In this way, after multiple creation and deletion of the virtual machine, it will gradually run out of the memory quota, but in fact did not run so many instances.
Changed in nova: | |
assignee: | nobody → 赵明俊 (falseuser) |
Changed in nova: | |
status: | New → Confirmed |
status: | Confirmed → New |
status: | New → Confirmed |
tags: | added: quotas |
Changed in nova: | |
status: | In Progress → Confirmed |
status: | Confirmed → New |
status: | New → In Progress |
Changed in nova: | |
importance: | Undecided → Medium |
Changed in nova: | |
assignee: | 赵明俊 (falseuser) → Matt Riedemann (mriedem) |
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → 赵明俊 (falseuser) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/456050
Review: https:/