summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctl.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* MFC r303132:trasz2016-07-241-1/+92
| | | | | | | | | Add documentation for "ctld -u", the UCL configuration file format. Submitted by: jceel@ Approved by: re (kib) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D7222
* Describe default value for "offload".trasz2016-06-011-0/+2
| | | | MFC after: 1 month
* Introduce portal group options in ctl.conf.mav2015-11-091-1/+3
| | | | | | While CTL has concept of port options, used at least for iSCSI ports now, before this change it was impossible to set them manually. There still no user-configurable port options now, but I am planning to change that.
* Document CD block size of 2048.mav2015-10-021-1/+1
|
* Add to CTL initial support for CDROMs and removable devices.mav2015-09-271-1/+5
| | | | Relnotes: yes
* Add ctl-lun config option for consistency in HA setups.mav2015-09-151-1/+5
|
* Add two new portal group options "tag" and "foreign".mav2015-09-071-1/+11
| | | | They are going to be useful in clustered setups.
* Simplify the introductory example in ctl.conf(5) down to absolutetrasz2015-09-031-7/+1
| | | | | | | | basics. The more complicated cases - like how to use physical ports - are explained later, in the "EXAMPLES" section. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Some random tweaks to ctl.conf(5).trasz2015-08-241-12/+38
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Teach ctld about CTL's physical_port and virtual_port fields.mav2015-06-241-2/+4
| | | | | | | | | 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.
* Add hint about "volmode=dev" to ctl.conf(5).trasz2015-04-211-3/+9
| | | | | | | Differential Revision: https://reviews.freebsd.org/D2328 Reviewed by: allanjude@, bcr@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add example configuration for FibreChannel ports.mav2015-03-041-6/+8
| | | | MFC after: 1 week
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-281-3/+4
| | | | | | | section; it makes more sense there. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Fix formatting.trasz2015-02-111-3/+3
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Teach ctld(8) to control non-iSCSI CTL ports.mav2015-02-071-1/+6
| | | | | | | | | | | | | | | | This change introduces new target option "port", that assigns current target to specified CTL port. On config application ctld(8) will apply LUN mapping according to target configuration to specified port and bring the port up. On shutdown cltd(8) will remove the mapping and put the port down. This change allows to configure both iSCSI and FibreChannel targets in the same configuration file in alike way. Kernel side support was added earlier at r278037. MFC after: 2 weeks Relnotes: yes Sponsored by: iXsystems, Inc.
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-061-0/+2
| | | | | | | | | target iSCSI offload. Add mechanism to query maximum receive data segment size supported by chosen hardware offload module, and use it in ctld(8) to determine the value to advertise to the other side. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add support for multiple portal groups per target.mav2015-02-061-3/+6
| | | | | | | | | | | This change allows multiple "portal-group" options to be specified per target. Each of them may include new optional auth-group name parameter to override per-target auth parameters for specific portal group. Kernel side support was added earlier at r278161. MFC after: 2 weeks Sponsored by: iXsystems, Inc.
* CTL LUN mapping rewrite.mav2015-02-011-8/+21
| | | | | | | | | | | | | | | | | | | | | 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.
* Remove the pidfile clause from the ctl.conf example. Why do everyonetrasz2014-11-241-3/+1
| | | | | | | just copy/paste this line into their configs, it's beyond me. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add support for sending redirections to iSCSI target.trasz2014-11-091-1/+17
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Improve wording in ctl.conf(5).trasz2014-11-081-4/+5
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1020 Reviewed by: bcr@ (earlier version), wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add discovery-filter. This makes it possible to restrict which targetstrasz2014-10-291-1/+38
| | | | | | | | | are returned during discovery based on initiator portal, name, and CHAP credentials. Reviewed by: mav@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Document iSNS defaults.trasz2014-10-281-1/+3
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add basic iSNS client to the iSCSI target.mav2014-10-251-1/+8
| | | | | | | | | | | | 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.
* Improve ctld.conf example.trasz2014-10-241-10/+17
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Fix ctl.conf example to use proper paths to ZVOLs.trasz2014-10-221-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* Remove misleading statement. Bump date.trasz2014-10-221-8/+2
| | | | | MFC after: 1 month Sponsored by: FreeBSD Foundation
* Comment out parts about iSER; it's not implemented.trasz2014-10-221-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* Remove spurious empty line.trasz2014-10-221-1/+0
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Fix two small nits in ctl.conf(5).trasz2014-09-141-2/+3
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Resolve an ambiguity with the definition of a new auth-groupallanjude2014-09-131-0/+1
| | | | | | | | | Resolve a markup mistake Reviewed by: trasz Approved by: bcr (mentor), wblock (mentor) Sponsored by: ScaleEngine Inc. CR: https://reviews.freebsd.org/D735
* Fix minor syntax errorallanjude2014-09-121-1/+1
| | | | | | Submitted by: bjk Approved by: bcr (mentor) Sponsored by: ScaleEngine Inc.
* Improve markup and language throughout the ctl.conf man pageallanjude2014-09-121-123/+190
| | | | | | Reviewed by: trasz Approved by: bcr (mentor) Sponsored by: ScaleEngine Inc.
* Document initiator-portal netmask support.trasz2014-09-051-5/+8
| | | | | MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
* Add netmasks support to initiator-portal option.mav2014-07-281-2/+2
| | | | MFC after: 2 weeks
* Correct spelling errors in ctld.8. While here, correct similar errorswblock2014-07-201-6/+6
| | | | | | | | in ctl.conf.5 and fix a couple of contractions. PR: 191984 Submitted by: olgeni MFC after: 1 week
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* Style fixes.trasz2014-04-241-9/+9
|
* Use new auth-type "deny" instead of using "chap" with no chap entries;trasz2014-02-111-2/+2
| | | | | | it's cleaner this way, and gives better feedback to the user. Sponsored by: The FreeBSD Foundation
* Use "default" as default discovery-auth-group, instead of "no-access".trasz2014-02-111-3/+5
| | | | | | | It doesn't change visible behaviour, as previously auth-group "default" wasn't redefinable, so by default access was always denied. Sponsored by: The FreeBSD Foundation
* Update manual page to match recent auth-group "default" changes.trasz2014-02-111-3/+4
| | | | Sponsored by: The FreeBSD Foundation
* Add auth-type.trasz2014-02-111-0/+12
| | | | Sponsored by: The FreeBSD Foundation
* Implement initiator-name and initiator-portal restrictions.trasz2014-02-111-1/+29
| | | | Sponsored by: The FreeBSD Foundation
* Grammar fix.trasz2013-12-021-2/+2
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Fix typo.trasz2013-11-101-2/+2
| | | | | | Submitted by: feld@ MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+244
Reviewed by: ken (parts) Approved by: re (delphij) Sponsored by: FreeBSD Foundation
OpenPOWER on IntegriCloud