We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default volume is not properly selected, we should either rely on Cinder to select the default volume if none is specified or fail early.
The text was updated successfully, but these errors were encountered:
@mnaser could you share more context here? Default volume means boot_volume_type or etcd_volume_type?
boot_volume_type
etcd_volume_type
Sorry, something went wrong.
Correct, we're using this function:
https://github.com/vexxhost/magnum/blob/cf2f0659ff255eae56040e0ecc64c1138cde7fe0/magnum/common/cinder.py#L30-L32
Essentially, it should not be _get_random_volume_type but maybe instead we should detect what is the default volume type in Cinder and use that?
_get_random_volume_type
okozachenko1203
Successfully merging a pull request may close this issue.
The default volume is not properly selected, we should either rely on Cinder to select the default volume if none is specified or fail early.
The text was updated successfully, but these errors were encountered: