Merge branch 'next' of github.com:democratic-csi/democratic-csi into next
This commit is contained in:
commit
7c9e1cded4
|
|
@ -98,10 +98,10 @@ function lockKeysFromRequest(call, serviceMethodName) {
|
|||
case "NodeUnstageVolume":
|
||||
case "NodePublishVolume":
|
||||
case "NodeUnpublishVolume":
|
||||
case "NodeGetVolumeStats":
|
||||
case "NodeExpandVolume":
|
||||
return ["volume_id_" + call.request.volume_id];
|
||||
|
||||
case "NodeGetVolumeStats":
|
||||
default:
|
||||
return [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue