]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/regression/iscsi/ctl.conf
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / regression / iscsi / ctl.conf
1 auth-group meh {
2         chap user secretsecret
3 }
4
5 portal-group meh {
6         listen 0.0.0.0
7         discovery-auth-group no-authentication
8 }
9
10 target iqn.2012-06.com.example:1 {
11         auth-group no-authentication
12         portal-group meh
13         lun 0 {
14                 path /var/tmp/example_t1l0
15                 size 4G
16         }
17         lun 1 {
18                 path /var/tmp/example_t1l1
19                 size 4G
20         }
21 }
22
23 target iqn.2012-06.com.example:2 {
24         auth-group meh
25         portal-group meh
26         lun 0 {
27                 path /var/tmp/example_t2l0
28                 size 4G
29         }
30         lun 1 {
31                 path /var/tmp/example_t2l1
32                 size 4G
33         }
34 }
35