Bug 639595
Summary: | virsh reports an improper message when virt-domjobabort is run. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Humble Chirammal <hchiramm> |
Component: | libvirt | Assignee: | Osier Yang <jyang> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.1 | CC: | ajia, ccui, dallan, dyuan, eblake, mzhan, vbian, xen-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.8.7-1.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 13:22:20 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
Humble Chirammal
2010-10-02 12:23:05 UTC
this is caused by migration, save, dump, and "managed save" use the same basic function, the error messages should be splited. *** Bug 633697 has been marked as a duplicate of this bug. *** http://www.redhat.com/archives/libvir-list/2010-December/msg00521.html patch got pushed upstream. - Osier Built into libvirt-0.8.7-1.el6 Verified. Test environment: libvirt-0.8.7-1.el6 qemu-kvm-0.12.1.2-2.128.el6 kernel-2.6.32-94.el6 Steps: 1.Start up a domain # virsh start rhel6 2.Dump a core file of the domain # virsh dump rhel6 /tmp/aa.dump 3.About the core dump just after the above step2. #virsh domjobabort rhel6 error: Failed to core dump domain rhel6 to /tmp/aa.dump error: operation failed: domain core dump job: canceled by client 4.Repeat step1 to step3 to check -save # virsh save rhel6 /tmp/rhel6.save error: Failed to save domain rhel6 to /tmp/rhel6.save error: operation failed: domain save job: canceled by client -managedsave virsh managedsave rhel6 error: Failed to save domain rhel6 state error: operation failed: domain save job: canceled by client Verified. Test environment: libvirt-0.8.7-3.el6 qemu-kvm-0.12.1.2-2.129.el6 kernel-2.6.32-94.el6 Steps: 1.Start up a domain # virsh start rhel6 2.Dump a core file of the domain # virsh dump rhel6 /tmp/aa.dump 3.About the core dump just after the above step2. #virsh domjobabort rhel6 error: Failed to core dump domain rhel6 to /tmp/aa.dump error: operation failed: domain core dump job: canceled by client 4.Repeat step1 to step3 to check -save # virsh save rhel6 /tmp/rhel6.save error: Failed to save domain rhel6 to /tmp/rhel6.save error: operation failed: domain save job: canceled by client -managedsave virsh managedsave rhel6 error: Failed to save domain rhel6 state error: operation failed: domain save job: canceled by client 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/RHBA-2011-0596.html |