| Summary: | virt-manager always tries to deactivate VGs when delisting them. | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | emailadhoc |
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | acathrow, berrange, crobinso, gscrivan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-01 15:56:28 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: | |
|
Description
emailadhoc
2013-12-22 16:15:29 UTC
more specifically, it only supports calling virStoragePoolDestroy (pool-destroy in virsh), when in the case specified in the bug report, it would be useful to be able to fallback to virStoragePoolUndefine (pool-undefine in virsh) virt-manager does allow pool-undefine, it's the 'delete pool' option. the UI forces the pool to be shutoff in order to undefine it though. Reason is, if you undefine a pool while it is running, libvirt won't delist/forget about it until the pool is finally shutdown. I agree that in the case of a shared volume group this setup is problematic, but it's just how libvirt works. If we allowed what you are suggesting, I'm sure we will get reports of 'hey I deleted my volume group, but it's still appearing in the UI'. So from virt-manager's perspective we are being reasonable here. Closing as WONTFIX |