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
When creating a volume, if a param is missing, polly simply errors out. Instead it should provide helpful message indicating the source of error.
The following shows what happen when I tried to create a volume with Polly cli tool.
polly volume create --name=testvol --servicename=swarm_virtualbox -l debug DEBU[0000] updated log level logLevel=debug FATA[0000] http error status=500
The problem was that the size param is missing.
The text was updated successfully, but these errors were encountered:
@dvonthenen Would be great to loop this fix in for 0.1.1.
Sorry, something went wrong.
This issue should be fixed now. If you are still seeing this, please reopen or file a new bug.
No branches or pull requests
When creating a volume, if a param is missing, polly simply errors out. Instead it should provide helpful message indicating the source of error.
The following shows what happen when I tried to create a volume with Polly cli tool.
The problem was that the size param is missing.
The text was updated successfully, but these errors were encountered: