System Grab Bag

View all TLDR pages from common (or from all pages)

virt-sparsify

Make virtual machine drive images thin-provisioned. NOTE: Use only for offline machines to avoid data corruption. More information: https://libguestfs.org.
  • Create a sparsified compressed image without snapshots from an unsparsified one:
    virt-sparsify --compress {{path/to/image.qcow2}} {{path/to/image_new.qcow2}}
  • Sparsify an image in-place:
    virt-sparsify --in-place {{path/to/image.img}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.