Bug 591155
Summary: | virt-tar prints "tar_in: tar subcommand failed on directory" if a disk image is not writable | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> | ||||
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | unspecified | CC: | mbooth, natxo, virt-maint | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 591250 (view as bug list) | Environment: | |||||
Last Closed: | 2011-07-14 19:08:04 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: | 576879, 627835 | ||||||
Bug Blocks: | 591250 | ||||||
Attachments: |
|
Description
Richard W.M. Jones
2010-05-11 15:08:52 UTC
This is generally an instance of bug 576879. the vm image is on the local hard disk, so local storage. The permissions are -rw-------. 1 root root 8589934592 2010-05-11 19:56 wiki-clone.img and the virt-tar -u command is being run as administrator. SElinux is in permissive mode. I attach the debug log using export LIBGUESTFS_DEBUG=1 Created attachment 413213 [details]
output of debug virt-tar -u
Patches posted upstream to improve the error messages: https://www.redhat.com/archives/libguestfs/2010-May/msg00062.html https://www.redhat.com/archives/libguestfs/2010-May/msg00063.html |