add NodeGetVolumeStats to lock logic
This commit is contained in:
parent
6625cf92c5
commit
b4ebb72e03
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue