I recently used qemu/kvm for several weeks ago and had no issue at all. But recently. I encountered an error when I tried to load one of my snapshot for my ubuntu machine (attached in the screenshot). When I tried to load the snapshot with the state "shutoff" it works perfectly fine but when I tried to load the snapshot with the state "running" it gave an error message below.
Error running snapshot 'Baseline_2': End of file while reading data: Input/output error
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
ret = fn(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/virt-manager/virtManager/object/domain.py", line 1185, in revert_to_snapshot
self._backend.revertToSnapshot(snap.get_backend())
File "/usr/lib/python3.11/site-packages/libvirt.py", line 2434, in revertToSnapshot
raise libvirtError('virDomainRevertToSnapshot() failed')
libvirt.libvirtError: End of file while reading data: Input/output error
Previously before this incident I have no issue at all. Is there a solution to solve this problem? I am running on arch linux based for my main host computer.