-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitea container crashes and restarts #4024
Comments
Any chance you can get that log file from the container? |
Yes, please see attached: |
I've switched the file storage to an NFS mount (Storage Account Premium tier), rather than using the default SMB mount, and seeing whether that makes a difference. Few links that hint to the problem - From Mount Azure Storage as a local share in App Service:
And from Gitea docs, which indicate locks are being used:
|
@jonnyry any update on this, did you manage to get anywhere |
@tim-allen-ck I did not unfortunately... I ran out of time. When I come back to this, I'm thinking of running Gitea on a VM instead as it will hopefully resolve the lock & stability issue, and provider better configurability over port mapping and logging - was also struggling with the restrictions the Azure Web App Service was placing on it around ports, which meant I was not able to SSH into the container. |
Using Gitea workspace service 1.0.2 on Azure TRE 0.18.0:
(crashes with similar errors also seen with the Gitea shared service)
App is functional, though crashes goes offline, and then restarts - crash usually happens at first startup, but then can happen intermittently after that with no predictable trigger.
Suspicious that it might be related to the Azure Files mount - with it being an SMB mount and not a local disk - but don't have anything directly pointing to that.
The text was updated successfully, but these errors were encountered: