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

[Bug] Unable to create SSD volume on Flexible Engine #115

Closed
wruffine-csgroup opened this issue Feb 4, 2022 · 2 comments
Closed

[Bug] Unable to create SSD volume on Flexible Engine #115

wruffine-csgroup opened this issue Feb 4, 2022 · 2 comments
Assignees
Labels
bug Something isn't working v21.11

Comments

@wruffine-csgroup
Copy link

Version used

Safescaled version: 21.11.0, build 62f0783 (2021/12/23-16:02), with Tags: (release,)

Bug description

Volume creation fails for SSD volumes on Flexible Engine:
safescale logs:

safescale volume create --speed SSD test                                       
{"error":{"exitcode":6,"message":"Cannot create volume: stopping retries: {\"itemNotFound\": {\"message\": \"Volume type with name Ssd could not be found.\", \"code\": 404}}"},"result":null,"status":"failure"}

safescaled logs:

ERROR   [2022-02-04 11:28:49.369][error][   4439] listeners.(*VolumeListener).Create() [.../go/src/github.com/CS-SI/SafeScale/lib/server/listeners/volume.go:138]: stopping retries: {"itemNotFound": {"message": "Volume type with name Ssd could not be found.", "code": 404}}

HDD and COLD volume creation works flawlessly.

@oscarpicas oscarpicas added bug Something isn't working v21.11 labels Feb 4, 2022
@oscarpicas oscarpicas self-assigned this Feb 4, 2022
oscarpicas added a commit that referenced this issue Feb 4, 2022
oscarpicas added a commit that referenced this issue Feb 4, 2022
@oscarpicas
Copy link
Collaborator

Fixed by 25d509b

@oscarpicas
Copy link
Collaborator

In order to test the fix, you should build the branch 'develop' or wait for next release.
Assuming you have git, and docker in your machine, the fastest way to build is:

git clone https://github.com/CS-SI/SafeScale -depth 1 -b develop
cd SafeScale
./create-local-docker.sh

After that, you should see a ./exported directory, in there you should found the safescale and safescaled binearies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v21.11
Projects
None yet
Development

No branches or pull requests

2 participants