Bug 1117540
Summary: | Support virt-sparsify option to allow specifying temporary file or block device | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Federico Simoncelli <fsimonce> |
Component: | libguestfs | Assignee: | Pino Toscano <ptoscano> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.6 | CC: | amureini, huzhan, leiwang, mbooth, ptoscano, rjones, virt-bugs, wshi, yuliu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.20.11-10.el6 | Doc Type: | Enhancement |
Doc Text: |
Feature: More options for the temporary space of virt-sparsify.
Reason: Give better control of the temporary space, because of space or potential privacy issues.
Result: The temporary space for virt-sparsify can also be, other than a directory, a block device, or a particular QCOW2 image (useful for oVirt).
|
Story Points: | --- |
Clone Of: | 1113020 | Environment: | |
Last Closed: | 2014-10-14 06:35:34 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: | 1021149, 1113020, 1134635 | ||
Bug Blocks: | 1035038, 1082754 |
Description
Federico Simoncelli
2014-07-08 22:37:01 UTC
dev-ack, but I believe it's too late for RHEL 6.6 now. We also need the --tmp prebuilt: support. The two commit which implement this are: 9b47a53a4b sparsify: Add --tmp prebuilt:file option. 870c17e99a sparsify: Add --tmp option to allow specifying temp directory or Federico has requested that we try to get this into RHEL 6.6, to support the next release of oVirt. Version: Host: RHEL6.6(2.6.32-498.el6.x86_64) libguestfs: libguestfs-1.20.11-10.el6.x86_64 Steps: 1. virt-sparify -v $image1 image2 --tmp /nfs 2. ll /nfs -rw-------. 1 root root 4651810816 Sep 3 15:55 sparsify78ca25.qcow2 Result: We can verify this bug as above. 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. http://rhn.redhat.com/errata/RHBA-2014-1458.html |