Closed hrak closed 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.
volumeID
vmID & deviceID
volumeID & vmID
This PR fixes a CloudStack API error when DetachVolume is called. DetachVolume only accepts either
volumeID
orvmID & deviceID
, notvolumeID & vmID
.