Bug 1283877
| Summary: | journal: cannot remove config /etc/libvirt/qemu/tux1.xml: Operation not permitted | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Kurik <jkurik> |
| Component: | resource-agents | Assignee: | Oyvind Albrigtsen <oalbrigt> |
| Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.1 | CC: | abeekhof, agkesos, agk, cfeist, cluster-maint, djansa, dyuan, fdinitto, jtomko, lmiksik, mjuricek, mnavrati, mzhan, oalbrigt, obockows, ppostler, rbalakri, redhat-bugzilla, robert.scheck, royoung, zhwang |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | resource-agents-3.9.5-54.el7_2.1 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, the VirtualDomain resource agent (RA) sometimes removed the configuration file, for example if the virtual machine (VM) was added by using the "virsh define /etc/libvirt/qemu/vm.xml" command. As a consequence, the configuration file was sometimes deleted when trying to start the VM again, which caused the VM boot to fail. With this update, a backup file is created and copied back when the configuration file would be otherwise deleted. As a result, the VM starts as expected instead of failing.
|
Story Points: | --- |
| Clone Of: | 1242558 | Environment: | |
| Last Closed: | 2015-12-08 10:28:37 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: | 1242558 | ||
| Bug Blocks: | |||
|
Description
Jan Kurik
2015-11-20 07:24:56 UTC
Reproducible by doing: # pcs resource disable vm # virsh define /etc/libvirt/qemu/vm.xml # pcs resource enable vm Before: /etc/libvirt/qemu/vm.xml is removed After: /etc/libvirt/qemu/vm.xml is still there Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2565.html |