Bug 500158
| Summary: | 'virsh destroy' destroys multiple VMs | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Daniel Berrangé <berrange> |
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.4 | CC: | berrange, clalance, crobinso, itamar, jlaska, lili, markmc, matt, nzhang, veillard, virt-maint, virt-maint, xen-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 499698 | Environment: | |
| Last Closed: | 2009-09-02 09:20:42 UTC | Type: | --- |
| 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: | 499698 | ||
| Bug Blocks: | |||
|
Description
Daniel Berrangé
2009-05-11 13:09:12 UTC
*** Bug 500089 has been marked as a duplicate of this bug. *** libvirt-0.6.3-3.el5 has been built in dist-5E-qu-candidate with the fix, Daniel Preliminary tests with 0.6.3-3.el5 from ovirt-latest suggest BZ500089 was fixed as well. Start up all guest domains. [root@dhcp-66-70-85 ~]# virsh list --all Id Name State ---------------------------------- 0 Domain-0 running 13 foo1 idle 14 foo2 idle 15 foo3 idle 16 test1 idle 17 test2 idle 18 test3 idle [root@dhcp-66-70-85 ~]# virsh destroy foo1 Domain foo1 destroyed [root@dhcp-66-70-85 ~]# virsh list --all Id Name State ---------------------------------- 0 Domain-0 running 14 foo2 idle 15 foo3 idle 16 test1 idle 17 test2 idle 18 test3 idle - foo1 shut off [root@dhcp-66-70-85 ~]# virsh destroy foo2 Domain foo2 destroyed [root@dhcp-66-70-85 ~]# virsh list --all Id Name State ---------------------------------- 0 Domain-0 running 15 foo3 idle 16 test1 idle 17 test2 idle 18 test3 idle - foo1 shut off - foo2 shut off [root@dhcp-66-70-85 ~]# virsh destroy test2 Domain test2 destroyed [root@dhcp-66-70-85 ~]# virsh destroy test3 Domain test3 destroyed [root@dhcp-66-70-85 ~]# virsh list --all Id Name State ---------------------------------- 0 Domain-0 running 15 foo3 idle 16 test1 idle - foo1 shut off - foo2 shut off - test2 shut off - test3 shut off [root@dhcp-66-70-85 ~]# virsh start foo1 Domain foo1 started [root@dhcp-66-70-85 ~]# virsh destroy foo3 Domain foo3 destroyed [root@dhcp-66-70-85 ~]# virsh list --all Id Name State ---------------------------------- 0 Domain-0 running 16 test1 idle 19 foo1 idle - foo2 shut off - foo3 shut off - test2 shut off - test3 shut off This bug has been verified in libvirt 0.6.3-3 on rhel-5.4. Fixed. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2009-1269.html |