Skip to content

Commit

Permalink
fix: remove NodeGetVolumeStats entry log (#2108)
Browse files Browse the repository at this point in the history
Kubernetes can trigger NodeGetVolumeStats each minute and it causes a lot of spam in our logs.
  • Loading branch information
antonmyagkov committed Sep 27, 2024
1 parent f4cf1bb commit 5318731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud/blockstore/tools/csi_driver/internal/driver/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,6 @@ func (s *nodeService) NodeGetVolumeStats(
req *csi.NodeGetVolumeStatsRequest) (
*csi.NodeGetVolumeStatsResponse, error) {

log.Printf("csi.NodeGetVolumeStats: %+v", req)

if req.VolumeId == "" {
return nil, s.statusError(
codes.InvalidArgument,
Expand Down

0 comments on commit 5318731

Please sign in to comment.