Volume creation failing in syd

I’ve tried multiple times to create a volume. The CLI reports what looks like success but when I attempt to list volume or deploy my app there’s no volume.

sp-api > fly vol create sp_test_data --region syd --size 1
        ID: vol_
      Name: sp_test_data
       App: sp-api
    Region: syd
      Zone: 84a3
   Size GB: 1
 Encrypted: true
Created at: 10 May 22 07:46 UTC
sp-api > fly vol list
ID	STATE	NAME	SIZE	REGION	ZONE	ATTACHED VM	CREATED AT

sp-api > fly vol create sp_test_data --region syd --size 1
        ID: vol_
      Name: sp_test_data
       App: sp-api
    Region: syd
      Zone: 84a3
   Size GB: 1
 Encrypted: true
Created at: 10 May 22 07:47 UTC
sp-api > fly vol list
ID	STATE	NAME	SIZE	REGION	ZONE	ATTACHED VM	CREATED AT


same for me in MIA and IAD.

Hi-- are you folks still having issues with volume creation? If so, would you mind running your volume creation command with LOG_LEVEL=debug and sharing that output? This info might help us better pinpoint the specific issues that you’re encountering.

1 Like

It’s now working :+1: