Skip to content

Commit

Permalink
Add lun information to the connector builder
Browse files Browse the repository at this point in the history
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
  • Loading branch information
humblec committed Nov 26, 2021
1 parent 0b52e59 commit 8923357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/iscsi/iscsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func buildISCSIConnector(iscsiInfo *iscsiDisk) *iscsiLib.Connector {
VolumeName: iscsiInfo.VolName,
TargetIqn: iscsiInfo.Iqn,
TargetPortals: iscsiInfo.Portals,
Lun: iscsiInfo.lun,
}

if iscsiInfo.sessionSecret != (iscsiLib.Secrets{}) {
Expand Down

0 comments on commit 8923357

Please sign in to comment.