danb35
Hall of Famer
- Joined
- Aug 16, 2011
- Messages
- 15,504
Whatever Bluefin broke, it really broke. Maybe I'll remember this in the future: never, ever, EVER trust a .0 release from iXSystems.
As recommended in @Daisuke's other thread, got a pair of SSDs the other day for apps and such, and installed them this afternoon. Created a pool, choose pool, wait, wait, wait for k3s to finally start, but it eventually did. Then try to install something--Traefik seemed like a good place to start. And of course it fails to install:
Wondering if it might be unique to Traefik, I tried Heimdall--same thing. On the off chance that it might be something unique to TrueCharts, I tried installing the "official" photoprism--same result there as well.
So: Upgrading to Bluefin destroys my apps--they don't run on Bluefin, but Bluefin has broken them in such a way that they won't run if I revert to Angelfish either. And not only that, even choosing a fresh pool for the apps won't let me start over and install them from scratch. And this is a release iX recommends everyone upgrade to.
As recommended in @Daisuke's other thread, got a pair of SSDs the other day for apps and such, and installed them this afternoon. Created a pool, choose pool, wait, wait, wait for k3s to finally start, but it eventually did. Then try to install something--Traefik seemed like a good place to start. And of course it fails to install:
[EFAULT] Failed to install chart release: Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition. The traceback isn't very helpful, at least for me:Code:
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 426, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 461, in __run_body
rv = await self.method(*([self] + args))
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1152, in nf
res = await f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1284, in nf
return await func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/chart_release.py", line 486, in do_create
await self.middleware.call(
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1306, in call
return await self._call(
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1266, 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 1169, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/helm.py", line 44, in helm_action
raise CallError(f'Failed to {tn_action} chart release: {stderr.decode()}')
middlewared.service_exception.CallError: [EFAULT] Failed to install chart release: Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition
Wondering if it might be unique to Traefik, I tried Heimdall--same thing. On the off chance that it might be something unique to TrueCharts, I tried installing the "official" photoprism--same result there as well.
So: Upgrading to Bluefin destroys my apps--they don't run on Bluefin, but Bluefin has broken them in such a way that they won't run if I revert to Angelfish either. And not only that, even choosing a fresh pool for the apps won't let me start over and install them from scratch. And this is a release iX recommends everyone upgrade to.