To compile this driver into the kernel, place the following line in the kernel configuration file:
device iscsiAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
iscsi_load="YES"
The iscsi subsystem provides the kernel
component of an iSCSI initiator. The initiator is the iSCSI client, which
connects to an iSCSI target, providing local access to a remote block
device. The userland component is provided by iscsid(8)
and both the kernel and userland are configured using
iscsictl(8). The iscsi subsystem
is responsible for implementing the "Full Feature Phase" of the
iSCSI protocol.
The following variables are available as both sysctl(8) variables and loader(8) tunables:
iscsi will abort and
retry.iscsi will abort and retry.The iscsi subsystem first appeared in
FreeBSD 10.0.
The iscsi subsystem was developed by
Edward Tomasz Napierala
<trasz@FreeBSD.org>
under sponsorship from the FreeBSD Foundation.