aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/iscsi/ctl.conf
blob: a6667cc8c34edd56568110416eb7421c182825c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
auth-group meh {
	chap user secretsecret
}

portal-group meh {
	listen 0.0.0.0
	discovery-auth-group no-authentication
}

target iqn.2012-06.com.example:1 {
	auth-group no-authentication
	portal-group meh
	lun 0 {
		path /var/tmp/example_t1l0
		size 4G
	}
	lun 1 {
		path /var/tmp/example_t1l1
		size 4G
	}
}

target iqn.2012-06.com.example:2 {
	auth-group meh
	portal-group meh
	lun 0 {
		path /var/tmp/example_t2l0
		size 4G
	}
	lun 1 {
		path /var/tmp/example_t2l1
		size 4G
	}
}