Eu tenho uma VM que foi criada no formato de disco bruto, mas soube mais tarde que tanto o virsh quanto o qemu-img suportam apenas a criação de instantâneos no formato qcow2.
Então eu converti meus discos básicos para qcow2 e criei instantâneos para os discos. A questão agora é como aplicar o instantâneo às minhas imagens básicas de disco?
Eu tentei:
$ qemu-img snapshot -a disk1-snapshot1.qcow2 disk1.img
WARNING: Image format was not specified for 'disk1.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
WARNING: Image format was not specified for 'disk1.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
qemu-img: Could not apply snapshot 'disk1-snapshot1.qcow2': -95 (Operation not supported)