nova does not clean-up the second ephemeral disk when deleting an instance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
Medium
|
Lee Yarwood |
Bug Description
Description
A second ephemeral disk to be considered as an image, then the backing file is not deleted when it is anymore not used.
After some instance create/delete period, the hypervisor local storage capacities are reduced ... and will decrease and decrease.
Actual result on mitaka :
- boot an instance with a flavor with an ephemeral disk
- on the hypervisor, two backing files were created in $instances_
- delete of the previous instance
- if remove_
Expected result :
If it's not used by another instance, the backing file for ephemeral disk must be also deleted.
description: | updated |
description: | updated |
Changed in nova: | |
assignee: | nobody → Sean Dague (sdague) |
status: | New → In Progress |
Changed in nova: | |
assignee: | Sean Dague (sdague) → Surya Seetharaman (tssurya) |
tags: | added: image-cache |
Changed in nova: | |
assignee: | Surya Seetharaman (tssurya) → Lee Yarwood (lyarwood) |
Fix proposed to branch: master /review. openstack. org/341008
Review: https:/