skyplane-project / skyplane

🔥 Blazing fast bulk data transfers between any cloud 🔥
https://skyplane.org
Apache License 2.0
1k stars 58 forks source link

[bug] #849

Closed xTRam1 closed 1 year ago

xTRam1 commented 1 year ago

Describe the bug Even when I manually set the gcp instance class to a smaller type than my current quota limit (for example: "n2-standard-4" or "n2-standard-2"), I am getting the QUOTA_EXCEEDED error. My current quota limit is 8 - see the screenshot below.

To Reproduce I am running a simple transfer between s3 and gcp cloud storage with the following command: skyplane cp "s3://skyplane-test/CS152 Final Cheat Sheet.pdf" "gs://skyplane-test-gcp/"

Expected behavior I am expecting to be able to complete this transfer. In the past, I worked with small instances without changing my quota limit, but now I can't seem to get past the QUOTA_EXCEEDED error.

Screenshots Here is the error message:

Screenshot 2023-05-16 at 4 46 03 PM