IBM / ibmcloud-storage-volume-lib

A helper ibm cloud storage client library to assist in interacting with IBM Cloud storage. Provides access to key volume lifecycle operations
Apache License 2.0
6 stars 20 forks source link

softlayer block provider shoud handle errors for pending orders. #10

Open depohmel opened 5 years ago

depohmel commented 5 years ago

Recently I got following error for VolumeCreate you may only place one order at a time. Currently, you have a pending order that needs final disposition before you can place another order. According to IBM support, I should wait until order will be approved and then submit a new one.

If multiple orders will be submitted only one can be approved at a time and the rest will get errors and has to be resubmitted.

arahamad-zz commented 5 years ago

@depohmel, it should not be like this looks some restriction for your a/c , just to verify that can you please create storage from softlayer port may be multiple storage at a time. but this seems to be an error from Softlayer

depohmel commented 5 years ago

I have spoken with IBM support and this is not my account restriction. This is a restriction on the cloud provider side. The restriction is the only 1 Order can be in Pending. this is the answer form IBM support You can only have one order pending at a time. So you would need to wait for the first order to be approved and then once approved, submit the next order, and same process again.

arahamad-zz commented 5 years ago

a/c restriction I mean to say IAaS a/c i.e Softlayer a/c which you are using for creating cluster. I think you are talking about Bluemix a/c that is different.

but its not this lib restriction/issue