summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctl.conf.5
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-10-25 12:50:26 +0000
committermav <mav@FreeBSD.org>2014-10-25 12:50:26 +0000
commitb91222fa4fd4a5dab2de697378099454a393c295 (patch)
treec9a8672374932c764b31679ac7fb3b1f692c6dd9 /usr.sbin/ctld/ctl.conf.5
parent06aa9cfa86beab8ee900711bc5f3fad562395056 (diff)
downloadFreeBSD-src-b91222fa4fd4a5dab2de697378099454a393c295.zip
FreeBSD-src-b91222fa4fd4a5dab2de697378099454a393c295.tar.gz
Add basic iSNS client to the iSCSI target.
This makes ctld(8) register its iSCSI targets and portals on configured iSNS servers to allow initiators find them without active discovery. Fetching of allowed initiators from iSNS is not implemented now, so target ACLs still should be configured manually. Reviewed by: trasz@ MFC after: 1 month Sponsored by: iXsystems, Inc.
Diffstat (limited to 'usr.sbin/ctld/ctl.conf.5')
-rw-r--r--usr.sbin/ctld/ctl.conf.59
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5
index c4ea928..ae29612 100644
--- a/usr.sbin/ctld/ctl.conf.5
+++ b/usr.sbin/ctld/ctl.conf.5
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 22, 2014
+.Dd October 23, 2014
.Dt CTL.CONF 5
.Os
.Sh NAME
@@ -106,6 +106,13 @@ The timeout for login sessions, after which the connection
will be forcibly terminated.
The default is 60.
A setting of 0 disables the timeout.
+.It Ic isns-server Ar address
+An IPv4 or IPv6 address and optionally port of iSNS server to register on.
+.It Ic isns-period Ar seconds
+iSNS registration period.
+Registered Network Entity not updated during this period will be unregistered.
+.It Ic isns-timeout Ar seconds
+Timeout for iSNS requests.
.El
.Ss auth-group Context
.Bl -tag -width indent
OpenPOWER on IntegriCloud