failed creating volume: Couldn't allocate volume, not enough disk space

I’m getting the following issue

Provisioning ips for tailwind-remix-run-mdxjs-typescript-starter-blog

[19](https://github.com/SangeetAgarwal/tailwind-remix-run-mdxjs-typescript-starter-blog/actions/runs/5304682102/jobs/9601199473#step:7:20) Dedicated ipv6: 2a09:8280pppppppppppp

[20](https://github.com/SangeetAgarwal/tailwind-remix-run-mdxjs-typescript-starter-blog/actions/runs/5304682102/jobs/9601199473#step:7:21) Shared ipv4: xx.xx.xx.xxx

[21](https://github.com/SangeetAgarwal/tailwind-remix-run-mdxjs-typescript-starter-blog/actions/runs/5304682102/jobs/9601199473#step:7:22) Add a dedicated ipv4 with: fly ips allocate-v4

[22](https://github.com/SangeetAgarwal/tailwind-remix-run-mdxjs-typescript-starter-blog/actions/runs/5304682102/jobs/9601199473#step:7:23)Creating 1GB volume 'data' for process group 'app'. Use 'fly vol extend' to increase its size

[23](https://github.com/SangeetAgarwal/tailwind-remix-run-mdxjs-typescript-starter-blog/actions/runs/5304682102/jobs/9601199473#step:7:24)Error: failed to provision seed volumes: failed creating volume: Couldn't allocate volume, not enough disk space left in

Fixed this by doing the following

fly volumes create data -a tailwind-remix-run-mdxjs-typescript-starter-blog

and then adding
primary_region = "sjc"

Making sure region acronym matched what I had selected while manually creating volume using fly cli

I still don’t see how I can create multiple volumes for a given app via the command line though, but since I’m still in development phase that is not that important and can learn to do that later.

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