Hi,
I decided to upgrade my system after learning that Freenas and Truenas is finally merged..
The upgrade was without any problem.. Upgraded first from 11.2 to 11.2-U8 to 11.3-U5 and at last to 12.U-U2...
After upgrading I upgraded my jail to 12.0 also with
My VMs was not working. Especially one of them was important because it was rancheros which had around 10 docker instances running all the time.
When I tried to start it I got this error:
I checked some posts in here but the error message was different on other cases.
What could be the problem?
I decided to upgrade my system after learning that Freenas and Truenas is finally merged..
The upgrade was without any problem.. Upgraded first from 11.2 to 11.2-U8 to 11.3-U5 and at last to 12.U-U2...
After upgrading I upgraded my jail to 12.0 also with
iocage upgrade -r 12.0-RELEASE jail
command.. It was almost painless. There were some confirmations and editing but finally it also upgraded successfully. Although I realized there was a problem actually:My VMs was not working. Especially one of them was important because it was rancheros which had around 10 docker instances running all the time.
When I tried to start it I got this error:
Code:
Error: Traceback (most recent call last): File "/usr/local/lib/python3.8/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.8/site-packages/middlewared/main.py", line 1206, in _call return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args) File "/usr/local/lib/python3.8/site-packages/middlewared/main.py", line 1110, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, 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 1595, in start self.vms[vm['name']].start(vm_data=vm) File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/vm.py", line 166, in start if self.domain.isActive(): File "/usr/local/lib/python3.8/site-packages/libvirt.py", line 1566, in isActive if ret == -1: raise libvirtError ('virDomainIsActive() failed', dom=self) libvirt.libvirtError: internal error: client socket is closed
I checked some posts in here but the error message was different on other cases.
What could be the problem?