Failed to start remote builder

WARN Failed to start remote builder heartbeat: Couldn’t allocate volume, no disks available (region: vin, size_gb: 50)

Error failed to fetch an image or build from source: error connecting to docker: Couldn’t allocate volume, no disks available (region: vin, size_gb: 50)

1 Like

Trying to deploy a brand new Elixir + Phoenix application with no modifications and I am getting the same error.

Will you share the command you’re running? That region shouldn’t be getting selected, and I’m not sure how it is.

Will you also visit debug.fly.dev and paste a screenshot of what you see here?


Edit, we just fixed a tiny bug that might have been causing this. Please let us know if it starts working again.

Still getting the same error. Trying to deploy to Ashburn, Virginia.

mix phx.new hello
fly launch
fly deploy

Tried --remote-only as well to no avail.

Getting the same error:

fly deploy --app app-name
==> Verifying app config
→ Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: Couldn’t allocate volume, no disks available (region: vin, size_gb: 50)
Error failed to fetch an image or build from source: error connecting to docker: Couldn’t allocate volume, no disks available (region: vin, size_gb: 50)

debug.fly.dev output:

=== Headers ===
Host: debug.fly.dev
Accept-Language: en-US,en;q=0.9
Accept-Encoding: gzip, deflate, br
X-Forwarded-Port: 443
Fly-Traceparent: 00-61bf09eda831cb90c9856b928051aa85-c864cdf89dab5481-00
Fly-Client-Ip: 73.251.115.56
X-Forwarded-For: 73.251.115.56, 188.93.151.254
Fly-Forwarded-Proto: https
Fly-Forwarded-Ssl: on
Fly-Forwarded-Port: 443
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
X-Forwarded-Ssl: on
Fly-Region: atl
Fly-Request-Id: 01GPGYDJXKXSF73EV4FYKPMY0Y-atl
Via: 2 fly.io
X-Request-Start: t=1673458535347497
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15
X-Forwarded-Proto: https
Fly-Tracestate:

=== ENV ===
FLY_ALLOC_ID=9ecb2ae4-06a0-4464-9dda-92dbcee338eb
FLY_APP_NAME=debug
FLY_IMAGE_REF=registry.fly.io/debug:deployment-1639170660
FLY_PUBLIC_IP=2604:1380:45f1:3901:0:9ecb:2ae4:1
FLY_REGION=iad
FLY_VM_MEMORY_MB=128
GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
HOME=/root
LANG=C.UTF-8
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256=01249aa3e58ffb3e1686b7141b4e9aac4d398ef4ac3012ed9dff8dd9f685ffe0
PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d781367b97acf0ece7e9e304bf281e99b618bf10/public/get-pip.py
PYTHON_PIP_VERSION=21.2.4
PYTHON_SETUPTOOLS_VERSION=57.5.0
PYTHON_VERSION=3.10.0
TERM=linux
WS=this
is
a
test
cgroup_enable=memory

2023-01-11 17:35:35.365497239 +0000 UTC m=+6492981.923178296

If ‘vin’ is the wrong region, how can I correct that? I don’t see region settings anywhere. Update: I found the fly status command, I’m set for Ashburn.

Thanks!

It worked! Thanks for whatever you did.