strikermed
Dabbler
- Joined
- Mar 22, 2017
- Messages
- 29
I'm trying to get my VM on Truenas Scale up and running. I was on TrueNAS-SCALE-22.12.0, and this issue occurred after a power outage. I upgraded to TrueNAS-SCALE-22.12.1 hoping it would correct the issue, but it did not.
My Windows Vm will not start and provides this error when it doesn't:
I've attached the logs for the VM.
My Windows Vm will not start and provides this error when it doesn't:
Am I reading the error correctly, in that I just need to alter the script, or config file that reports the last state of the VM to be off rather than suspended? I don't know which file that would be, but that error seems like it's saying it's expecting a suspended state, and that's not the case...[EFAULT] 'ericserverssd' VM is suspended and can only be resumed/powered off
Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/main.py", line 196, in call_method result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1335, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1318, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1186, in nf res = await f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/vm/vm_lifecycle.py", line 37, in start raise CallError(f'{vm["name"]!r} VM is suspended and can only be resumed/powered off') middlewared.service_exception.CallError: [EFAULT] 'ericserverssd' VM is suspended and can only be resumed/powered off
I've attached the logs for the VM.