mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Change cephfs secret related logs level
This commit is contained in:
parent
810efa6689
commit
7dc9f9196e
@ -107,7 +107,7 @@ func (plugin *cephfsPlugin) NewMounter(spec *volume.Spec, pod *v1.Pod, _ volume.
|
|||||||
}
|
}
|
||||||
for name, data := range secretName.Data {
|
for name, data := range secretName.Data {
|
||||||
secret = string(data)
|
secret = string(data)
|
||||||
glog.V(1).Infof("found ceph secret info: %s", name)
|
glog.V(4).Infof("found ceph secret info: %s", name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return plugin.newMounterInternal(spec, pod.UID, plugin.host.GetMounter(), secret)
|
return plugin.newMounterInternal(spec, pod.UID, plugin.host.GetMounter(), secret)
|
||||||
|
Loading…
Reference in New Issue
Block a user