mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Fixed typo in pv_controller.go
This commit is contained in:
		| @@ -1427,7 +1427,7 @@ func (ctrl *PersistentVolumeController) scheduleOperation(operationName string, | ||||
| 		if goroutinemap.IsAlreadyExists(err) { | ||||
| 			glog.V(4).Infof("operation %q is already running, skipping", operationName) | ||||
| 		} else { | ||||
| 			glog.Errorf("error scheduling operaion %q: %v", operationName, err) | ||||
| 			glog.Errorf("error scheduling operation %q: %v", operationName, err) | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Klaus Ma
					Klaus Ma