xref: /netbsd/external/bsd/iscsi/dist/src/examples/1.conf (revision 6550d01e)
1# Simple file showing 1 extent, device and target
2
3# extent
4# name	storage			offset (in bytes) 	size
5extent0	/tmp/iscsi-target0	0			100MB
6
7# devices
8# name	resilience	devices/extents
9device0	RAID0		extent0
10
11# targets
12# name	device		netmask
13target0	device0		10.4.0.0/16
14
15
16
17# NB, in the above, the intermediate device definition is not necessary.
18# It could have been simply:
19extent1	/tmp/iscsi-target1	0			100MB
20target1	extent1		10.4.0.0/16
21