Because this product only supports virtual disks stored in the RAW format for the cache area, commit the change blocks of the qcow2 file to the base file (raw).
Log in to the KVM host.
Use the "qemu-img" command to commit the change blocks of the qcow2 file to the base image (raw).
[Example]
# cd /var/lib/libvirt/images # qemu-img commit CSG_v110_cache.qcow2
Use the "virsh edit" command to change the disk file for the cache area to the raw image created in the above procedure (or change the file path and change the format to raw).
[Example]
Change the disk file to the raw image for the cache area specified in "C.1.4 Creating qcow2 Images for the Virtual Disks of the Old Product (V1.0.x) (For KVM)" (Example: CSG_v100_cache.raw).
virsh edit <Domain name of this product>