apalia / cloudstack-csi-driver

Container Storage Interface (CSI) plugin for Apache CloudStack
Apache License 2.0
10 stars 19 forks source link

Fix DetachVolume CloudStack API error #15

Closed hrak closed 1 year ago

hrak commented 1 year ago

This PR fixes a CloudStack API error when DetachVolume is called. DetachVolume only accepts either volumeID or vmID & deviceID, not volumeID & vmID.