hpe-storage / python-lefthandclient

A Python REST Client to talk to the HPE StoreVirtual / LeftHand OS REST Service
Apache License 2.0
4 stars 4 forks source link

Volume attachment issue is observed in VSA version (13.0.99.0157.0) #8

Open kwathore opened 7 years ago

kwathore commented 7 years ago

In attachment call, lefthand client sends proper REST request of create server (if server not found) to VSA 13.0 but we are getting response : RESP BODY:{ "messageID": "SERVER_INVALID_TRANSPORT_SETTING", "messageArgs": [ "ISCSI" ], "message": "Servers must be created with transportType set to ISCSI on this configuration. Please correct the setting and try again.", "recommendedActions": [], "errors": null }

we are getting above error.