2

I have problem with ISCSI Target Utils. Service started normally, but showing errors:

systemd[1]: Starting tgtd iSCSI target daemon...
tgtd[3138]: tgtd: iser_ib_init(3436) Failed to initialize RDMA; load kernel modules?
tgtd[3138]: tgtd: work_timer_start(146) use timer_fd based scheduler
tgtd[3138]: tgtd: bs_init(386) use signalfd notification
systemd[1]: Started tgtd iSCSI target daemon.

Target defined properly, but no present after command tgt-admin -s. Remove and install scsi-target-utils not resolve problem. What is wrong ?

Alexey Vazhnov
  • 497
  • 5
  • 13
Eurotornado
  • 21
  • 1
  • 3
  • 1
    Please provide your target configuration so we can have an idea of what's going on. Also, are you trying o use RDMA via iSER? – Spooler Mar 08 '18 at 23:41

1 Answers1

0

I just had the same issue.

I have found that the cause was "default-driver" parameter in my *.conf file in the /etc/tgt/conf.d folder.

By default, the default-driver parameter is included in targets.conf so it looks like it conflict with "default-driver" in my file and it should be defined only once.

I have deleted "default-driver" in my file and it resolves the problem.

JonathanDavidArndt
  • 1,414
  • 3
  • 20
  • 29
A V
  • 1