HI everybody,
I have a fresh installation of TrueNAS and wanted to use the virtual machine feature.
The first try to install this VM was okay, but later on the VNC connection dropped and the VM was in a stale state.
I tried to stop the VM from the web ui, but unfortunatly got only an error and so the VM is not manageable... as it can't be stopped...
maybe does someone have some experience around the VM feature usage and this error?
See attached the error from the web ui, I get when I try to stop the VM.
Thanks.
BR
Chavell3
I have a fresh installation of TrueNAS and wanted to use the virtual machine feature.
The first try to install this VM was okay, but later on the VNC connection dropped and the VM was in a stale state.
I tried to stop the VM from the web ui, but unfortunatly got only an error and so the VM is not manageable... as it can't be stopped...
maybe does someone have some experience around the VM feature usage and this error?
See attached the error from the web ui, I get when I try to stop the VM.
Code:
Error: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run await self.future File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 399, in __run_body rv = await self.middleware.run_in_thread(self.method, *([self] + args)) File "/usr/local/lib/python3.8/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs)) File "/usr/local/lib/python3.8/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 977, in nf return f(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/vm.py", line 1563, in stop vm.stop(vm_data['shutdown_timeout']) File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/vm.py", line 251, in stop self.domain.shutdown() File "/usr/local/lib/python3.8/site-packages/libvirt.py", line 2659, in shutdown if ret == -1: raise libvirtError ('virDomainShutdown() failed', dom=self) libvirt.libvirtError: An error occurred, but the cause is unknown
Thanks.
BR
Chavell3