mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-16 18:25:02 -06:00
It fixes this exception while removing a VM: Traceback (most recent call last): File "virt-manager/virtManager/details.py", line 1438, in refresh_vm_state self.change_run_text(vm.hasSavedImage()) File "virt-manager/virtManager/domain.py", line 1238, in hasSavedImage return self._backend.hasManagedSaveImage(0) File "/usr/local/lib/python2.7/site-packages/libvirt.py", line 852, in hasManagedSaveImage if ret == -1: raise libvirtError ('virDomainHasManagedSaveImage() failed', dom=self) libvirt.libvirtError: Domain not found: no domain with matching uuid '7c3eebec-9b22-48ea-b9a2-3341840d0476' (test) Traceback (most recent call last): File "virt-manager/virtManager/manager.py", line 885, in vm_status_changed self.vm_selected() File "virt-manager/virtManager/manager.py", line 1009, in vm_selected self.change_run_text(vm.hasSavedImage()) File "virt-manager/virtManager/domain.py", line 1238, in hasSavedImage return self._backend.hasManagedSaveImage(0) File "/usr/local/lib/python2.7/site-packages/libvirt.py", line 852, in hasManagedSaveImage if ret == -1: raise libvirtError ('virDomainHasManagedSaveImage() failed', dom=self) libvirt.libvirtError: Domain not found: no domain with matching uuid '7c3eebec-9b22-48ea-b9a2-3341840d0476' (test) Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
about.py | ||
addhardware.py | ||
asyncjob.py | ||
autodrawer.py | ||
baseclass.py | ||
choosecd.py | ||
clone.py | ||
config.py | ||
connect.py | ||
connectauth.py | ||
connection.py | ||
console.py | ||
create.py | ||
createinterface.py | ||
createnet.py | ||
createpool.py | ||
createvol.py | ||
delete.py | ||
details.py | ||
domain.py | ||
engine.py | ||
error.py | ||
graphwidgets.py | ||
host.py | ||
inspection.py | ||
interface.py | ||
keyring.py | ||
libvirtobject.py | ||
manager.py | ||
mediadev.py | ||
migrate.py | ||
module_trace.py | ||
netdev.py | ||
network.py | ||
nodedev.py | ||
packageutils.py | ||
preferences.py | ||
serialcon.py | ||
snapshots.py | ||
storagebrowse.py | ||
storagepool.py | ||
storagevol.py | ||
systray.py | ||
uihelpers.py |