summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctl.conf.5
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-09-27 13:47:28 +0000
committermav <mav@FreeBSD.org>2015-09-27 13:47:28 +0000
commitba6084f68972fe48de4abe069143177cfdf30dce (patch)
tree2a3d3e1da2b5b7f04f0cccf015c73fb8785f1fc7 /usr.sbin/ctld/ctl.conf.5
parent9ee306217426e87108150ba032bf29b14893e7a0 (diff)
downloadFreeBSD-src-ba6084f68972fe48de4abe069143177cfdf30dce.zip
FreeBSD-src-ba6084f68972fe48de4abe069143177cfdf30dce.tar.gz
Add to CTL initial support for CDROMs and removable devices.
Relnotes: yes
Diffstat (limited to 'usr.sbin/ctld/ctl.conf.5')
-rw-r--r--usr.sbin/ctld/ctl.conf.56
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5
index ea1d07a..24c4c85 100644
--- a/usr.sbin/ctld/ctl.conf.5
+++ b/usr.sbin/ctld/ctl.conf.5
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 15, 2015
+.Dd September 27, 2015
.Dt CTL.CONF 5
.Os
.Sh NAME
@@ -394,6 +394,10 @@ By default CTL allocates those IDs dynamically, but explicit specification
may be needed for consistency in HA configurations.
.It Ic device-id Ar string
The SCSI Device Identification string presented to the initiator.
+.It Ic device-type Ar type
+Specify the SCSI device type to use when creating the LUN.
+Currently CTL supports Direct Access (type 0), Processor (type 3)
+and CD/DVD (type 5) LUNs.
.It Ic option Ar name Ar value
The CTL-specific options passed to the kernel.
All CTL-specific options are documented in the
OpenPOWER on IntegriCloud