Update to U4 caused VM error?

Visseroth

Guru
Joined
Nov 4, 2011
Messages
546
So I just applied the U4 update and upon restart I found my Linux virtual machine was down.
Trying to start said machine gave me the following error...

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/vm.py", line 213, in start
    if self.domain.create() < 0:
  File "/usr/local/lib/python3.9/site-packages/libvirt.py", line 1353, in create
    raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: Failed to open '/var/log/libvirt/bhyve/1_LMCP.log': No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 137, in call_method
    result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self,
  File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1209, in _call
    return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)
  File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1113, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 977, in nf
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/vm.py", line 1599, in start
    self.vms[vm['name']].start(vm_data=vm)
  File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/vm.py", line 222, in start
    raise CallError('\n'.join(errors))
middlewared.service_exception.CallError: [EFAULT] Failed to open '/var/log/libvirt/bhyve/1_LMCP.log': No such file or directory


Rolling back to U3 allowed the VM to start.
I have no idea why it's throwing a fit about a log file or why it would even be missing.
Suggestions?
 
Top