freebsd-dev/usr.sbin/ctladm
Alexander Motin 920c6cbadc CTL LUN mapping rewrite.
Replace iSCSI-specific LUN mapping mechanism with new one, working for any
ports.  By default all ports are created without LUN mapping, exposing all
CTL LUNs as before.  But, if needed, LUN mapping can be manually set on
per-port basis via ctladm.  For its iSCSI ports ctld does it via ioctl(2).
The next step will be to teach ctld to work with FibreChannel ports also.

Respecting additional flexibility of the new mechanism, ctl.conf now allows
alternative syntax for LUN definition.  LUNs can now be defined in global
context, and then referenced from targets by unique name, as needed.  It
allows same LUN to be exposed several times via multiple targets.

While there, increase limit for LUNs per target in ctld from 256 to 1024.
Some initiators do not support LUNs above 255, but that is not our problem.

Discussed with:	trasz
MFC after:	2 weeks
Relnotes:	yes
Sponsored by:	iXsystems, Inc.
2015-02-01 21:50:28 +00:00
..
ctladm.8 CTL LUN mapping rewrite. 2015-02-01 21:50:28 +00:00
ctladm.c CTL LUN mapping rewrite. 2015-02-01 21:50:28 +00:00
ctladm.h
Makefile Convert usr.sbin to LIBADD 2014-11-25 16:57:27 +00:00
util.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00