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 ,
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to