I am installing FreeBSD v10.0 (r268785) on a new machine and need to use iSCSI for some external storage. The NAS target is currently serving Windows and Mac volumes. This is the first target for FreeBSD (and the first time I have used iSCSI on FreeBSD). Everything seems correct and FreeBSD connects to the target at boot, the target supplies one LUN, but I do not get a
node created.
NAS target report:
Did I do something wrong?
Any help appreciated!
Code:
/dev/da*
Code:
iscsi.conf:
#
# test storage via iscsi
#
t0 {
TargetAddress = 10.31.251.18
targetname = iqn.2014-08.int.trng:Master.iscsi1.vg0.teststore
authmethod = CHAP
chapIName = testroot
chapsecret = ************
}
Code:
iscsictl -Lv
Session ID: 10
Initiator name: iqn.1994-09.org.freebsd:test08.trng.int
Initiator portal:
Initiator alias:
Target name: iqn.2014-08.int.trng:Master.iscsi1.vg0.teststore
Target portal: 10.31.251.18
Target alias:
User: testroot
Secret: ************
Mutual user:
Mutual secret:
Session type: Normal
Session state: Connected
Failure reason:
Header digest: None
Data digest: None
DataSegmentLen: 262144
ImmediateData: Yes
iSER (RDMA): No
Device nodes:
NAS target report:
Code:
initiator:iqn.1994-09.org.freebsd:test08.trng.int
ip:10.31.251.103
state:active
Did I do something wrong?
Any help appreciated!