add NodeGetVolumeStats to lock logic

This commit is contained in:
Travis Glenn Hansen 2021-01-06 21:27:39 -07:00
parent 6625cf92c5
commit b4ebb72e03
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ function lockKeysFromRequest(call, serviceMethodName) {
case "NodeUnstageVolume":
case "NodePublishVolume":
case "NodeUnpublishVolume":
case "NodeGetVolumeStats":
case "NodeExpandVolume":
return ["volume_id_" + call.request.volume_id];