svn commit: r279591 - head/usr.sbin/ctld

Alexander Motin mav at FreeBSD.org
Wed Mar 4 14:30:10 UTC 2015


Author: mav
Date: Wed Mar  4 14:30:09 2015
New Revision: 279591
URL: https://svnweb.freebsd.org/changeset/base/279591

Log:
  Add example configuration for FibreChannel ports.
  
  MFC after:	1 week

Modified:
  head/usr.sbin/ctld/ctl.conf.5

Modified: head/usr.sbin/ctld/ctl.conf.5
==============================================================================
--- head/usr.sbin/ctld/ctl.conf.5	Wed Mar  4 14:12:38 2015	(r279590)
+++ head/usr.sbin/ctld/ctl.conf.5	Wed Mar  4 14:30:09 2015	(r279591)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 27, 2015
+.Dd March 4, 2015
 .Dt CTL.CONF 5
 .Os
 .Sh NAME
@@ -413,14 +413,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
@@ -429,6 +425,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-head mailing list