I had a docker running Plex on SCALE 21.02 which was working as expected. Very nice interface and easy to use!
I just updated to 21.04 and made sure that the correct pool is selected but no installed apps are being displayed. In the shell I verified that the files are there and mounted. I went in an unset the pool and then set the pool option to the pool that has had the ix-applications dataset.
Let me know what other logs would be helpful.
I just updated to 21.04 and made sure that the correct pool is selected but no installed apps are being displayed. In the shell I verified that the files are there and mounted. I went in an unset the pool and then set the pool option to the pool that has had the ix-applications dataset.
Let me know what other logs would be helpful.
Code:
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 378, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 414, in __run_body
rv = await self.method(*([self] + args))
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1001, in nf
return await f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/kubernetes_linux/update.py", line 239, in do_update
await self.middleware.call('kubernetes.status_change')
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1239, in call
return await self._call(
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1207, in _call
return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1111, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File "/usr/lib/python3/dist-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/kubernetes_linux/lifecycle.py", line 183, in status_change
self.middleware.call_sync('kubernetes.status_change_internal')
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1255, in call_sync
return self.run_coroutine(methodobj(*prepared_call.args))
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1295, in run_coroutine
return fut.result()
File "/usr/lib/python3.9/concurrent/futures/_base.py", line 433, in result
return self.__get_result()
File "/usr/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result
raise self._exception
File "/usr/lib/python3/dist-packages/middlewared/plugins/kubernetes_linux/lifecycle.py", line 198, in status_change_internal
await self.middleware.call('container.image.load_default_images')
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1239, in call
return await self._call(
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1196, in _call
return await methodobj(*prepared_call.args)
File "/usr/lib/python3/dist-packages/middlewared/plugins/docker_linux/images.py", line 143, in load_default_images
await self.load_images_from_file(DEFAULT_DOCKER_IMAGES_PATH)
File "/usr/lib/python3/dist-packages/middlewared/plugins/docker_linux/images.py", line 127, in load_images_from_file
await self.docker_checks()
File "/usr/lib/python3/dist-packages/middlewared/plugins/docker_linux/images.py", line 148, in docker_checks
raise CallError('Docker service is not running')
middlewared.service_exception.CallError: [EFAULT] Docker service is not running