I am getting the following error when trying to deploy my project:
Error: failed to launch VM: insufficient resources to create new machine with existing volume ‘vol_vg7yn9kdlgxogl0v’ (Request ID: 01J5CA4VW2T54DBXEKD0VSNFKW-ewr)
I am running
> fly scale count 0
App already scaled to desired state. No need for changes
> fly scale count 1
...
Executing scale plan
Error: failed to launch VM: insufficient resources to create new machine with existing volume 'vol_vg7yn9kdlgxogl0v' (Request ID: 01J5CA4VW2T54DBXEKD0VSNFKW-ewr)
Is this issue still persisting? There were reports of slow responses yesterday from the Machine API in EWR region, though this has been resolved already. Check out the fly status page to know more.
Hi… Fundamentally, volumes are tied to particular physical hosts, and the above message is (likely) saying that the one that you’re on is already full with other people’s (running) Machines.
You could try to just wait it out a little longer and see if the congestion clears up eventually.