My app is suddenly down today, and I’m not sure why. I didn’t initiate a new deploy or touch anything on the server in the last few days.
It looks like at 2022-07-12T12:42:20.824 something told my server to shut down, and it seems to be stuck on the step of Umounting /dev/vdc from /data
.
2022-07-12T12:42:20.824 runner[bca5e320] iad [info] Shutting down virtual machine
2022-07-12T12:42:20.829 app[bca5e320] iad [info] Sending signal SIGINT to main child process w/ PID 524
2022-07-12T12:42:20.829 app[bca5e320] iad [info] signal received, litestream shutting down
2022-07-12T12:42:20.830 app[bca5e320] iad [info] sending signal to exec process
2022-07-12T12:42:20.830 app[bca5e320] iad [info] waiting for exec process to close
2022-07-12T12:42:20.831 app[bca5e320] iad [info] litestream shut down
2022-07-12T12:42:21.831 app[bca5e320] iad [info] Main child exited normally with code: 0
2022-07-12T12:42:21.831 app[bca5e320] iad [info] Starting clean up.
2022-07-12T12:42:21.844 app[bca5e320] iad [info] Umounting /dev/vdc from /data
$ fly status --all
App
Name = picoshare
Owner = personal
Version = 273
Status = pending
Hostname = picoshare.fly.dev
Deployment Status
ID = 569d557d-cb05-a5f0-1dae-c04189e3f4e2
Version = v273
Status = running
Description = Deployment is running
Instances = 1 desired, 0 placed, 0 healthy, 0 unhealthy
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
bca5e320 app 273 iad evict complete 1 total, 1 passing 20 2022-06-12T11:55:10Z
I tried restarting the app: no change.
I tried scaling the app (changing the RAM allocation): no change.
I can see the new releases in the Fly dashboard, but the logs don’t update at all, and fly status --all
has the same output.