mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #40918 from k82cn/pv_ctrl_typo
Automatic merge from submit-queue Fixed typo in pv_controller.go fixes #40916
This commit is contained in:
commit
ab794c6128
@ -1430,7 +1430,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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user