Skip to content

Commit

Permalink
vetting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitap26 committed Jan 27, 2022
1 parent a566d0a commit a21a5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ func (s *Service) NodeGetInfo(ctx context.Context, req *csi.NodeGetInfoRequest)
resp.AccessibleTopology.Segments[common.Name+"/"+arr.GetIP()+"-iscsi"] = "true"

} else {
log.Infof("Discovering NVMe targets is requested")
log.Infof("Discovering NVMe targets")
nvmeIP := strings.Split(infoList[0].Portal, ":")
_, err := s.nvmeLib.DiscoverNVMeTCPTargets(nvmeIP[0], false)

Expand Down

0 comments on commit a21a5d5

Please sign in to comment.