Plex docker app can't upgrade

naximov

Cadet
Joined
Jun 11, 2022
Messages
7
When trying to upgrade to the latest PMS version (via UI), I repeatedly receive the following error:

Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 412, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 448, in __run_body rv = await self.method(*([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1261, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1129, in nf res = await f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/upgrade.py", line 116, in upgrade await self.upgrade_chart_release(job, release, options) File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/upgrade.py", line 266, in upgrade_chart_release config, context = await self.middleware.call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1308, in call return await self._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1257, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/chart_release.py", line 332, in normalise_and_validate_values dict_obj = await self.middleware.call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1308, in call return await self._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1257, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/validation.py", line 69, in validate_values verrors.check() File "/usr/lib/python3/dist-packages/middlewared/service_exception.py", line 62, in check raise self middlewared.service_exception.ValidationErrors: [EINVAL] chart_release_create.appVolumeMounts.config.config.hostPathEnabled.hostPathEnabled.hostPath.hostPath: A path being used by Applications is not allowed [EINVAL] chart_release_create.appVolumeMounts.data.data.hostPathEnabled.hostPathEnabled.hostPath.hostPath: The path '/mnt/Raiden/Stryker' is already attached to service(s): SMB Share. [EINVAL] chart_release_create.appVolumeMounts.transcode.transcode.hostPathEnabled.hostPathEnabled.hostPath.hostPath: A path being used by Applications is not allowed

No settings on the server have been changed recently, to my knowledge
Restarting Truenas didnt solve the issue.
Running TrueNAS-SCALE-22.02.1

Any ideas?
 

nickspacemonkey

Dabbler
Joined
Jan 13, 2022
Messages
22
I've found the whole Kubernetes thing on Scale to be completely broken. I've had issues updating, apps won't run after updating. Just things randomly getting borked for no reason. There is currently also a massive memory leak issue.

I've just disabled it altogether.
 
Top