Bug 1076100
| Summary: | nova scrub doesn't remove a vm | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jaroslav Henner <jhenner> |
| Component: | openstack-nova | Assignee: | Ryan Hallisey <rhallise> |
| Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | jhenner, ndipanov, sgordon, yeylon |
| Target Milestone: | ga | ||
| Target Release: | 6.0 (Juno) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-16 15:07:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1083620 | ||
| Bug Blocks: | |||
|
Description
Jaroslav Henner
2014-03-13 14:34:29 UTC
Hi Jaroslav, Unclear if it matters in this case but was this when you were testing with the vCenter driver, or KVM? Thanks, Steve (In reply to Stephen Gordon from comment #2) > Hi Jaroslav, > > Unclear if it matters in this case but was this when you were testing with > the vCenter driver, or KVM? > > Thanks, > > Steve I think this was with the vCenter (obviously there was vmdk image used), but i also think that it doesn't matter as IIRC the code doing the nova scrub is buggy general. I can retest it with libvirt with no, problem. Can you reproduce this in libvirt? Also, are you using nova network? I have reproduced it with libvirt and made 1083620. Resolution of this bug depends on what we decide to do with 1083620. I believe all further discussion should be done on the LP bug. "nova scrub" is a very limited command. All it tries to do is delete networks and security groups. It doesn't try to delete instances (by design). I updated the command help text to try to make this more clear: https://review.openstack.org/#/c/126975/ |