svn commit: r274951 - stable/10/usr.sbin/ctld

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Nov 24 08:06:29 UTC 2014


Author: trasz
Date: Mon Nov 24 08:06:29 2014
New Revision: 274951
URL: https://svnweb.freebsd.org/changeset/base/274951

Log:
  MFC r273470:
  
  Fix ctl.conf example to use proper paths to ZVOLs.
  
  Sponsored by:	The FreeBSD Foundation

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	Mon Nov 24 08:04:40 2014	(r274950)
+++ stable/10/usr.sbin/ctld/ctl.conf.5	Mon Nov 24 08:06:29 2014	(r274951)
@@ -321,7 +321,7 @@ target iqn.2012-06.com.example:target0 {
 	alias "Example target"
 	auth-group no-authentication
 	lun 0 {
-		path /dev/zvol/example_0
+		path /dev/zvol/tank/example_0
 		blocksize 4096
 		size 4G
 	}
@@ -330,7 +330,7 @@ target iqn.2012-06.com.example:target0 {
 target iqn.2012-06.com.example:target3 {
 	chap chapuser chapsecret
 	lun 0 {
-		path /dev/zvol/example_3
+		path /dev/zvol/tank/example_3
 	}
 }
 
@@ -338,10 +338,10 @@ target iqn.2012-06.com.example:target2 {
 	auth-group example2
 	portal-group example2
 	lun 0 {
-		path /dev/zvol/example2_0
+		path /dev/zvol/tank/example2_0
 	}
 	lun 1 {
-		path /dev/zvol/example2_1
+		path /dev/zvol/tank/example2_1
 		option foo bar
 	}
 }


More information about the svn-src-all mailing list