mirror of https://github.com/k3s-io/k3s
Remove provisioner config from log message.
Signed-off-by: hchiramm <hchiramm@redhat.com>pull/8/head
parent
963adda7f9
commit
5fff5226cd
|
@ -709,8 +709,6 @@ func (p *glusterfsVolumeProvisioner) Provision(selectedNode *v1.Node, allowedTop
|
|||
}
|
||||
p.provisionerConfig = *cfg
|
||||
|
||||
glog.V(4).Infof("creating volume with configuration %+v", p.provisionerConfig)
|
||||
|
||||
gidTable, err := p.plugin.getGidTable(scName, cfg.gidMin, cfg.gidMax)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to get gidTable: %v", err)
|
||||
|
@ -1171,7 +1169,7 @@ func (plugin *glusterfsPlugin) ExpandVolumeDevice(spec *volume.Spec, newSize res
|
|||
return oldSize, err
|
||||
}
|
||||
|
||||
glog.V(4).Infof("expanding volume: %q with configuration: %+v", volumeID, cfg)
|
||||
glog.V(4).Infof("expanding volume: %q", volumeID)
|
||||
|
||||
//Create REST server connection
|
||||
cli := gcli.NewClient(cfg.url, cfg.user, cfg.secretValue)
|
||||
|
|
Loading…
Reference in New Issue