Machine stuck in reboot cycle

Hello,

My machine seems to be stuck in an endless restart loop.
When the docker container exits the machine then immediately reboots and start up again.

Once the container exits it gives the following logs.

2024-03-26T01:09:58Z app[17816153f51568] ord [info] INFO Main child exited normally with code: 0
2024-03-26T01:09:58Z app[17816153f51568] ord [info] INFO Starting clean up.
2024-03-26T01:09:58Z app[17816153f51568] ord [info] INFO Umounting /dev/vdb from /data
2024-03-26T01:09:58Z app[17816153f51568] ord [info][   20.736723] reboot: Restarting system
2024-03-26T01:09:59Z app[17816153f51568] ord [info] INFO Starting init (commit: 88af1610)...
2024-03-26T01:10:01Z app[17816153f51568] ord [info][    2.376220]
2024-03-26T01:10:03Z app[17816153f51568] ord [info] INFO GPU 0: NVIDIA A100-PCIE-40GB (UUID: GPU-d7554f00-9a0e-a2ed-b5d3-63d085b2a086)
2024-03-26T01:10:03Z app[17816153f51568] ord [info] INFO Mounting /dev/vdb at /data w/ uid: 0, gid: 0 and chmod 0755
2024-03-26T01:10:03Z app[17816153f51568] ord [info] INFO Resized /data to 1056964608 bytes
2024-03-26T01:10:03Z app[17816153f51568] ord [info] INFO Preparing to run: `sh run.sh` as root
2024-03-26T01:10:03Z app[17816153f51568] ord [info] INFO [fly api proxy] listening at /.fly/api

And then it starts running again.

When I run: fly m status -d 17816153f51568
It gives me:

{
  ...
  "restart": {
    "policy": "no"
  }
}

So the restart policy should be preventing this but it doesn’t seem to be.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.