mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 08:10:20 +00:00
Merge pull request #210 from Madhu-1/remove-check
RBD: Remove dead code
This commit is contained in:
commit
5cebdf1fd3
@ -99,9 +99,6 @@ func parseVolCreateRequest(req *csi.CreateVolumeRequest) (*rbdVolume, error) {
|
|||||||
// Generating Volume Name and Volume ID, as according to CSI spec they MUST be different
|
// Generating Volume Name and Volume ID, as according to CSI spec they MUST be different
|
||||||
volName := req.GetName()
|
volName := req.GetName()
|
||||||
uniqueID := uuid.NewUUID().String()
|
uniqueID := uuid.NewUUID().String()
|
||||||
if len(volName) == 0 {
|
|
||||||
volName = rbdVol.Pool + "-dynamic-pvc-" + uniqueID
|
|
||||||
}
|
|
||||||
rbdVol.VolName = volName
|
rbdVol.VolName = volName
|
||||||
volumeID := "csi-rbd-vol-" + uniqueID
|
volumeID := "csi-rbd-vol-" + uniqueID
|
||||||
rbdVol.VolID = volumeID
|
rbdVol.VolID = volumeID
|
||||||
|
Loading…
Reference in New Issue
Block a user