-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to create a volume with a backup plan (leads to internal server error) #356
Comments
I can get the error too, running with
I'm in the process of working out if this request is malformed or not, but looking at API docs I don't see the problem - in any case the API shouldn't return a 500 |
here is the trace if it helps
|
hi, I could create a volume if providing an image-id to a HDD image in same location as the datacenter, and password: looks like a missed validation check both in ionosctl and in the API-side |
Yes confirmed, using image-id instead of image-alias. But workaround at its best :) |
Description
Creating a volume with backup plan fails
leads to
The backup unit does exist
am I missing something? The same command works ok without the backup plan option.
Expected behavior
A volume is created with the backup
Environment
ionosctl --version
ionosctl version v6.6.8
How to Reproduce
Use command above. If you leave out the --backupunit-id , the command succeeds
The text was updated successfully, but these errors were encountered: