Help!
After updating to 25.04.0 my apps stop working an i get this allert:
Failed to configure docker for Applications: ‘storage/ix-apps’ dataset is not mounted on '/mnt/.ix-apps
when i unset and reset the pool i get this :
FAILED
[EFAULT] ‘storage/ix-apps’ dataset is not mounted on ‘/mnt/.ix-apps’
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 515, in run
await self.future
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 560, in __run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/api/base/decorator.py”, line 88, in wrapped
result = await func(*args)
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/update.py”, line 122, in do_update
await self.middleware.call(‘docker.setup.status_change’)
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 977, in call
return await self._call(
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 692, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/state_setup.py”, line 81, in status_change
await self.middleware.call(‘docker.state.start_service’)
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 977, in call
return await self._call(
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 692, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/state_management.py”, line 47, in start_service
await self.before_start_check()
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/state_management.py”, line 16, in before_start_check
await self.middleware.call(‘docker.setup.validate_fs’)
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 977, in call
return await self._call(
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 692, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/state_setup.py”, line 59, in validate_fs
raise CallError(f’{config[“dataset”]!r} dataset is not mounted on {IX_APPS_MOUNT_PATH!r}')
middlewared.service_exception.CallError: [EFAULT] ‘storage/ix-apps’ dataset is not mounted on ‘/mnt/.ix-apps’
and when i boot back the last update 24.10.2.1 the apps still dont work