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 "NodeUnstageVolume": | ||||||
|     case "NodePublishVolume": |     case "NodePublishVolume": | ||||||
|     case "NodeUnpublishVolume": |     case "NodeUnpublishVolume": | ||||||
|  |     case "NodeGetVolumeStats": | ||||||
|     case "NodeExpandVolume": |     case "NodeExpandVolume": | ||||||
|       return ["volume_id_" + call.request.volume_id]; |       return ["volume_id_" + call.request.volume_id]; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue