svn commit: r279881 - stable/10/usr.sbin/ctld
Alexander Motin
mav at FreeBSD.org
Wed Mar 11 09:54:04 UTC 2015
Author: mav
Date: Wed Mar 11 09:54:03 2015
New Revision: 279881
URL: https://svnweb.freebsd.org/changeset/base/279881
Log:
MFC r279591: Add example configuration for FibreChannel ports.
Modified:
stable/10/usr.sbin/ctld/ctl.conf.5
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/ctld/ctl.conf.5
==============================================================================
--- stable/10/usr.sbin/ctld/ctl.conf.5 Wed Mar 11 09:52:54 2015 (r279880)
+++ stable/10/usr.sbin/ctld/ctl.conf.5 Wed Mar 11 09:54:03 2015 (r279881)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 7, 2015
+.Dd March 4, 2015
.Dt CTL.CONF 5
.Os
.Sh NAME
@@ -409,14 +409,10 @@ target iqn.2012-06.com.example:target0 {
lun example_1 {
path /dev/zvol/tank/example_1
+ option naa 0x50015178f369f093
}
target iqn.2012-06.com.example:target1 {
- chap chapuser chapsecret
- lun 0 example_1
-}
-
-target iqn.2012-06.com.example:target2 {
auth-group ag0
portal-group pg0
lun 0 example_1
@@ -425,6 +421,12 @@ target iqn.2012-06.com.example:target2 {
option foo bar
}
}
+
+target naa.50015178f369f092 {
+ port isp0
+ port isp1
+ lun 0 example_1
+}
.Ed
.Sh SEE ALSO
.Xr ctl 4 ,
More information about the svn-src-stable-10
mailing list