Merge branch 'next' of github.com:democratic-csi/democratic-csi into next

This commit is contained in:
Travis Glenn Hansen 2022-12-20 22:49:04 -07:00
commit 7c9e1cded4
1 changed files with 1 additions and 1 deletions

View File

@ -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 [];
}