I know that qcow2 is a file format for disk image files used by QEMU but I found that CentOS provides some cloud images in the qcow2c format (with a c at the end) here.
I assume it's a compressed version of the qcow2 but I didn't find any information related to it on the QEMU documentation or in OpenStack documentation (note that the qcow2c is accepted when uploading an image in OpenStack).
I would like to have some documentation on the qcow2c format and to know how to do a conversion between the qcow2 and the qcow2c formats. The idea is to start from a qcow2 image, do some tweaking on this image using the virt-sysprep utility and then convert it into the qcow2c to save disk space.