Created
August 31, 2021 22:45
-
-
Save anddam/2ccf9f227e0ae817919c15c66c98c10b to your computer and use it in GitHub Desktop.
virt-manager error saving
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error saving domain: operation failed: domain save job: unexpectedly failed | |
Traceback (most recent call last): | |
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in cb_wrapper | |
callback(asyncjob, *args, **kwargs) | |
File "/usr/share/virt-manager/virtManager/vmmenu.py", line 182, in cb | |
vm.save(meter=asyncjob.get_meter()) | |
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 1377, in save | |
self._backend.managedSave(0) | |
File "/usr/lib/python3.9/site-packages/libvirt.py", line 1780, in managedSave | |
raise libvirtError('virDomainManagedSave() failed') | |
libvirt.libvirtError: operation failed: domain save job: unexpectedly failed |
@X41 Thanks for clarification.
I can live by not using qxl for now and I can wait qemu 6.2.0 coming down to my distro. As being an ordinary user it is sometimes hard to figure out where the true bug is.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very nice to have found the actual issue, I did not think of looking in libvirt issue.
So what happened in my case was just that Void upgraded libvirt package underneat and I got the fix.