Skip to content

Commit

Permalink
Remove MaxVolumesPerNode limit in legacy node server (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenrajmani committed Oct 14, 2023
1 parent a374aab commit 42db733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/csi/node/legacy_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func (server *LegacyServer) NodeGetInfo(_ context.Context, _ *csi.NodeGetInfoReq

return &csi.NodeGetInfoResponse{
NodeId: string(server.nodeID),
MaxVolumesPerNode: 100,
AccessibleTopology: topology,
}, nil
}

0 comments on commit 42db733

Please sign in to comment.