Closed federicopires closed 1 year ago
Hi. this appears not to be a bug, but a imitation of your system app pool and the OS. We have a min requirement for support for our apps -> https://truecharts.org/manual/systemrequirements.
Due to bluefin changes to use overlayFS and that lsio based containers use S6 that we sometimes use for our apps, causes a very slow chown and copy of a lot of files which is typical of an app pool thats entirely HDD only and hence the app timesout before the 2 min window.
We recommend either migrating to an SSD completely or add special metadata vdev SSDs to the app pool We dont offer support including ix-systems if hostpaths is disabled -> https://truecharts.org/news/hostpath-validation/
plenty of other supported options available,
you can join our discord and this discuss this further in a thread.
Thank you @xstar97 for the explanation, and sorry for the spam with this bug. I actually never thought SSD was that important, but now that I know the reasons behind it , kinda makes sense.
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists
App Name
calibre-web
SCALE Version
22.12.0
App Version
0.6.19_13.0.17
Application Events
Application Logs
Application Configuration
Describe the bug
Installed default calibre-web with no changes to configuration, it's stuck in
Deploying
status with the errorStartup probe failed: dial tcp 172.16.0.36:8083: connect: connection refused
.Tried the same docker image myself locally (not on k3s) and works fine.
To Reproduce
Expected Behavior
calibre-web should be deployed
Screenshots
Additional Context
I've read and agree with the following