Bug 1372037
| Summary: | txz-in hangs on btrfs filesystem | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> | ||||
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | NEW --- | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | ptoscano | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2025-10-17 00:10:28 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: | |||||||
| Attachments: |
|
||||||
|
Description
Richard W.M. Jones
2016-08-31 18:30:22 UTC
Created attachment 1196488 [details]
log up to the point where it hangs
I'm fairly sure this is a kernel/qemu/something bug.
In fact the command proceeds, but very very slowly, taking about
10 minutes to unpack that 8K tar.xz file.
Here is an even simpler demonstration of the problem:
./run guestfish -N fs:btrfs:1G -m /dev/sda1 -v -x \
upload test-data/files/filesanddirs-10M.tar.xz /test.tar.xz : \
debug sh "cd /sysroot && tar --xz -xvf test.tar.xz"
Making the virtual disk larger (eg. 10G) improves the performance, so I suspect that btrfs is having problems coping with lack of free space. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. Reopening because Virtualization Tools has not been discontinued. |