Do I need to verify file integrity after running qemu-img convert?
I’m running some v2v conversions to convert disk images from .vmdk
to .img
using the qemu-img convert
utility. The .vmdk
file is stored in the RAW format and the output .img
file is also going to be in the RAW format.