Implement InitSCSILuMap func for jiva

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
This commit is contained in:
Utkarsh Mani Tripathi
2019-11-19 10:19:58 +05:30
parent 1b02c7897e
commit d7caf89610
6 changed files with 21 additions and 15 deletions

View File

@@ -166,7 +166,7 @@ func (s *ISCSITargetDriver) Run() error {
s.mu.Lock()
s.l = l
s.mu.Unlock()
log.Infof("iSCSI service listening on: %v", s.listen.Addr())
log.Infof("iSCSI service listening on: %v", s.l.Addr())
for {
conn, err := l.Accept()
if err != nil {