I have a virtual machine with windows 10 (kvm/qemu); the host has fedora 34 installed. This virtual machine has 3 snapshots; i try to increase the hard disk space with the following procedure:
- virsh shutdown "myvm"
- qemu-img resize /path to disk of myvm/ +10G
after I turned on my virtual machine (myvm), I no longer saw my last information. I tried to recover by activating the last snapshot and it was useless
After reading the documentation I realized my error (to increase the disk there must be no snapshots)... and the question is: will there be any procedure to be able to recover my information?
Thanks in advance
cheers