diff --git a/images/sds-local-volume-csi/driver/node.go b/images/sds-local-volume-csi/driver/node.go index aa1dd17d..4575a4dc 100644 --- a/images/sds-local-volume-csi/driver/node.go +++ b/images/sds-local-volume-csi/driver/node.go @@ -142,8 +142,8 @@ func (d *Driver) NodeGetInfo(ctx context.Context, request *csi.NodeGetInfoReques d.log.Info("hostID = ", d.hostID) return &csi.NodeGetInfoResponse{ - NodeId: d.hostID, - MaxVolumesPerNode: 10, + NodeId: d.hostID, + //MaxVolumesPerNode: 10, AccessibleTopology: &csi.Topology{ Segments: map[string]string{ internal.TopologyKey: d.hostID,