summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctl.conf.5
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-06-24 15:13:27 +0000
committermav <mav@FreeBSD.org>2015-06-24 15:13:27 +0000
commitfe2cd6ba6865ac8c639ee5ccd3fac9a01994521d (patch)
tree5289dc17ec158720fe70226fb75999a22b3657f5 /usr.sbin/ctld/ctl.conf.5
parentd69ab77394c0a72a8e0ccd3b74978cea749163e6 (diff)
downloadFreeBSD-src-fe2cd6ba6865ac8c639ee5ccd3fac9a01994521d.zip
FreeBSD-src-fe2cd6ba6865ac8c639ee5ccd3fac9a01994521d.tar.gz
Teach ctld about CTL's physical_port and virtual_port fields.
This allows ctld to work with isp(4) virtual ports, specifying them as isp0/1, isp0/2, etc. There are still problems on isp(4) layer with disabling those ports after enabling, but hopefully they can be fixed. MFC after: 3 days Sponsored by: iXsystems, Inc.
Diffstat (limited to 'usr.sbin/ctld/ctl.conf.5')
-rw-r--r--usr.sbin/ctld/ctl.conf.56
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5
index eb65fa1..c65afb1 100644
--- a/usr.sbin/ctld/ctl.conf.5
+++ b/usr.sbin/ctld/ctl.conf.5
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 19, 2015
+.Dd June 24, 2015
.Dt CTL.CONF 5
.Os
.Sh NAME
@@ -324,7 +324,9 @@ Optional second argument specifies auth group name for connections
to this specific portal group.
If second argument is not specified, target auth group is used.
.It Ic port Ar name
-Assign specified CTL port (such as "isp0") to the target.
+.It Ic port Ar name/pp
+.It Ic port Ar name/pp/vp
+Assign specified CTL port (such as "isp0" or "isp2/1") to the target.
On startup ctld configures LUN mapping and enables all assigned ports.
Each port can be assigned to only one target.
.It Ic redirect Ar address
OpenPOWER on IntegriCloud