Nova unrescue doesn't cleanup ceph rescue images
Bug #1511123 reported by
Tyler Wilson
This bug report is a duplicate of:
Bug #1475652: libvirt, rbd imagebackend, disk.rescue not deleted when unrescued.
Edit
Remove
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
Medium
|
Mark Doffman |
Bug Description
It seems on a standard nova/ceph deployment an unrescue command doesn't clean up the .rescue RBD disk created for the rescue environment.
$ rbd ls compute | grep e9f2e3f4-
e9f2e3f4-
$ nova rescue e9f2e3f4-
$ rbd ls compute | grep e9f2e3f4-
e9f2e3f4-
e9f2e3f4-
$ nova unrescue e9f2e3f4-
$ rbd ls compute | grep e9f2e3f4-
e9f2e3f4-
e9f2e3f4-
This was tested on 2015.1.1-1.el7
description: | updated |
Changed in nova: | |
assignee: | nobody → Mark Doffman (mjdoffma) |
tags: | added: ceph |
Changed in nova: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/241777
Review: https:/