You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the titan CLI, we run titan-launch with restart=always, because we want it to always be running even if the system or docker host restarts. However, if there are failures during initial installation (such as an invalid ZFS version), we will just loop endlessly retrying something that will never succeed.
Solution
Run titan-server once without restart=always and make sure the server comes up. If so, restart it with restart=always. If this is too awkward, we could also add a special mode to titan-server to have it just do the installation and exit, without actually starting the server.
Alternatives
Watch the titan containers to determine what is actually happening.
The text was updated successfully, but these errors were encountered:
Problem
As part of the titan CLI, we run
titan-launch
withrestart=always
, because we want it to always be running even if the system or docker host restarts. However, if there are failures during initial installation (such as an invalid ZFS version), we will just loop endlessly retrying something that will never succeed.Solution
Run
titan-server
once withoutrestart=always
and make sure the server comes up. If so, restart it withrestart=always
. If this is too awkward, we could also add a special mode totitan-server
to have it just do the installation and exit, without actually starting the server.Alternatives
Watch the titan containers to determine what is actually happening.
The text was updated successfully, but these errors were encountered: