Skip to content

Commit

Permalink
fixed un-usefull periodic log messages from probe method
Browse files Browse the repository at this point in the history
  • Loading branch information
arahamad committed Mar 16, 2022
1 parent 11716e6 commit 1ae6e01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/ibmcsidriver/identity.go
Expand Up @@ -79,7 +79,5 @@ func (csiIdentity *CSIIdentityServer) GetPluginCapabilities(ctx context.Context,

// Probe ...
func (csiIdentity *CSIIdentityServer) Probe(ctx context.Context, req *csi.ProbeRequest) (*csi.ProbeResponse, error) {
ctxLogger, _ := utils.GetContextLogger(ctx, false)
ctxLogger.Info("CSIIdentityServer-Probe...", zap.Reflect("Request", *req))
return &csi.ProbeResponse{}, nil
}
1 change: 0 additions & 1 deletion tests/sanity/csi_sanity_params.yaml
@@ -1,4 +1,3 @@
profile: "10iops-tier"
sizeRange: "[10-2000]GiB"
region: "myregion"
zone: "myzone"

0 comments on commit 1ae6e01

Please sign in to comment.