Skip to content

Commit

Permalink
fix: update nodeserver publish logs
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase authored and k8s-infra-cherrypick-robot committed Apr 11, 2023
1 parent be693d3 commit dcb2c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/secrets-store/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (ns *nodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
return &csi.NodePublishVolumeResponse{}, nil
}

klog.V(2).InfoS("node publish volume", "target", targetPath, "volumeId", volumeID, "attributes", attrib, "mount flags", mountFlags)
klog.V(2).InfoS("node publish volume", "target", targetPath, "volumeId", volumeID, "mount flags", mountFlags)

if isMockProvider(providerName) {
// mock provider is used only for running sanity tests against the driver
Expand Down

0 comments on commit dcb2c29

Please sign in to comment.