Bug 1120544
| Summary: | "sudo guestmount" changes the owner of a vdi file to qemu.qemu and does not reset the owner to the original one if unmounting with guestunmount | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Joachim Backes <joachim.backes> |
| Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | crobinso, mbooth, ptoscano, rbalakri, rjones, virt-maint |
| 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: | 2016-04-10 19:06:05 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 910269 | ||
|
Description
Joachim Backes
2014-07-17 06:54:34 UTC
libvirt does the chown. It should chown it back, but does not. I think there is an open bug about this. If you want to avoid it, then tell libguestfs to run qemu directly, without using libvirt: export LIBGUESTFS_BACKEND=direct The lack of restoring to the original owner/group is tracked in bug 636156 *** This bug has been marked as a duplicate of bug 636156 *** |