Public bug reported: Suppose I have a fresh compressed qcow2 image. After some time the data were recorded without compression. I decide to make "QEMU-IMG convert" for that image to reduce its size.
I want a new option, which selects between the two algorithms overdriven images: 1. extract all / compress again when converting images (in the current implementation) 2. compress only uncompressed blocks and just copy the compressed blocks without re-compression. This option is only needed when converting compressed image to compressed and the compression algorithm is the same. ** Affects: qemu Importance: Undecided Status: New -- [Feature request] qemu-img option about recompressing https://bugs.launchpad.net/bugs/603878 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Bug description: Suppose I have a fresh compressed qcow2 image. After some time the data were recorded without compression. I decide to make "QEMU-IMG convert" for that image to reduce its size. I want a new option, which selects between the two algorithms overdriven images: 1. extract all / compress again when converting images (in the current implementation) 2. compress only uncompressed blocks and just copy the compressed blocks without re-compression. This option is only needed when converting compressed image to compressed and the compression algorithm is the same.