xref: /freebsd-14.2/tools/regression/iscsi/ctl.conf (revision d70f070a)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1auth-group meh {
2	chap user secretsecret
3}
4
5portal-group meh {
6	listen 0.0.0.0
7	discovery-auth-group no-authentication
8}
9
10target 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
23target 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
36

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026