-
Notifications
You must be signed in to change notification settings - Fork 20
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
library is using panic intead of retuning error #33
Comments
@depohmel , Can you please point out the place, do you mean this is newly added ? I agree that we should return error instead panicking. I think this is your a/c issue and its old issue . we will fix this |
This is an old issue.
|
Snapshot behavior is not yet ready from backend. |
Can you test with latest code? |
I am still seeing this. To repro: `[root@centos-60-204 ~]# ibmcloud sl block volume-order --storage-type performance --size 300 --iops 6000 --os-type LINUX --datacenter dal10
You may run 'bx sl block volume-list --order 46169688' to find this block volume after it is ready.
You may run 'bx sl block volume-list --order 46172466' to find this block volume after it is ready. As you can see below, 1st order got approved and a block storage was created. For the 2nd order, the block storage was not created and this was blocking to provision another volume-order. Is there a way to get the status of the volume-order ???
|
The above PR would resolve the issue. #173 |
there are many places when the library is panicking this is not the desired approach.
example
The ideal behavior would be to return an error.
The text was updated successfully, but these errors were encountered: