Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATA[0009] cannot execute 'run': failed to create server: The sum of volumes sizes of VC1M instances must be between 51GB and 100GB #360

Closed
ndarilek opened this issue May 13, 2016 · 3 comments
Labels
instance Instance issues, bugs and feature requests
Milestone

Comments

@ndarilek
Copy link

Getting this with the latest go get as of 5 minutes ago. My command:

scw run --name sandstorm2 --commercial-type=VC1M -v 99G Ubuntu_Xenial

I've tried with and without -v, and it isn't clear if the 51 and 100 are inclusive or not.

Thanks.

@moul
Copy link
Contributor

moul commented May 14, 2016

Hi @ndarilek, we are sorry for this annoying issue, this is something quite new,


When you start a new server, your image (Docker/Ubuntu/Whaterver) is on a 50GB volume, so when you run scw run --name sandstorm2 --commercial-type=VC1M -v 99G Ubuntu_Xenial, you are actually using the 50GB volume + a secondary empty one of 99GB, 50+99=149GB, outside of the limit :)

If you want to start a VC1M machine, I suggest you to use a volume size of 50GB which is the biggest volume you can get for the smallest price

scw run --name sandstorm2 --commercial-type=VC1M -v 50G Ubuntu_Xenial

@moul
Copy link
Contributor

moul commented May 14, 2016

I just created an issue: #361, so we can at least improve the documentation, and ideally mask this useless complexity

@nicolai86
Copy link
Contributor

this error still occurs when -v is omitted:

$ scw create --commercial-type=VC1M ubuntu-precise
FATA[0000] cannot execute 'create': The sum of volumes sizes of VC1M instances must be between 51GB and 100GB

clement-gilbert pushed a commit to clement-gilbert/scaleway-cli that referenced this issue Mar 3, 2022
The concurrency issue has been fixed.
@remyleone remyleone added the instance Instance issues, bugs and feature requests label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
instance Instance issues, bugs and feature requests
Projects
None yet
Development

No branches or pull requests

5 participants