diff options
Diffstat (limited to 'usr.sbin/ctld')
-rw-r--r-- | usr.sbin/ctld/ctl.conf.5 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5 index 7049969..ef21919 100644 --- a/usr.sbin/ctld/ctl.conf.5 +++ b/usr.sbin/ctld/ctl.conf.5 @@ -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 , |