mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Bumped log level of CSI driver de-registration to match registration handler
This commit is contained in:
parent
b409073e99
commit
da64ca0c54
@ -202,7 +202,7 @@ func (h *RegistrationHandler) validateVersions(callerName, pluginName string, en
|
||||
// DeRegisterPlugin is called when a plugin removed its socket, signaling
|
||||
// it is no longer available
|
||||
func (h *RegistrationHandler) DeRegisterPlugin(pluginName string) {
|
||||
klog.V(4).Info(log("registrationHandler.DeRegisterPlugin request for plugin %s", pluginName))
|
||||
klog.Info(log("registrationHandler.DeRegisterPlugin request for plugin %s", pluginName))
|
||||
if err := unregisterDriver(pluginName); err != nil {
|
||||
klog.Error(log("registrationHandler.DeRegisterPlugin failed: %v", err))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user