Bug 500089
| Summary: | libvirtd kills unrelated VM upon VM save | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Matthew Farrellee <matt> |
| Component: | libvirt | Assignee: | Daniel Berrangé <berrange> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | urgent | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | CC: | virt-maint, xen-maint |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-11 12:48:48 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: | |||
|
Description
Matthew Farrellee
2009-05-10 21:25:06 UTC
This isn't a bug. virsh create starts a transient guest which, by definition, disappear after they stop running. If you want it to still be visible after it shuts down, then use 'virsh define' followed by 'virsh start' to create a persistent guest. The VM images here should never stop running without intervention. The act of saving one is stopping the other. Were you not able to reproduce? Oh, the bug subject is misleading. *** This bug has been marked as a duplicate of bug 499698 *** *** This bug has been marked as a duplicate of bug 500158 *** |