Commit 7dc9f919 authored by NickrenREN's avatar NickrenREN

Change cephfs secret related logs level

parent 810efa66
...@@ -107,7 +107,7 @@ func (plugin *cephfsPlugin) NewMounter(spec *volume.Spec, pod *v1.Pod, _ volume. ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment