head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2008.04.16.08.20.17;	author agc;	state dead;
branches;
next	1.3;

1.3
date	2006.01.30.22.23.47;	author agc;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.24.08.42.36;	author agc;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.20.08.53.30;	author agc;	state Exp;
branches;
next	;


desc
@@


1.4
log
@iSCSI development is continuing in src - remove the outdated code in
othersrc.

With thanks to Hubert for the nudge.
@
text
@# Simple file showing 1 extent, device and target

# extent
# name	storage			offset (in bytes) 	size
extent0	/tmp/iscsi-target0	0			100MB

# devices
# name	resilience	devices/extents
device0	RAID0		extent0

# targets
# name	device		netmask
target0	device0		10.4.0.0/16



# NB, in the above, the intermediate device definition is not necessary.
# It could have been simply:
extent1	/tmp/iscsi-target1	0			100MB
target1	extent1		10.4.0.0/16
@


1.3
log
@Move the specification of the port number for the target back to the
command line.
@
text
@@


1.2
log
@Sync examples with reality.

Give an easier way of presenting a simple extent of storage via iSCSI.
@
text
@d12 2
a13 2
# name	device		port	netmask
target0	device0		3260	10.4.0.0/16
d20 1
a20 1
target1	extent1		3260	10.4.0.0/16
@


1.1
log
@Add some example configuration files
@
text
@d1 1
a1 1
# Simple file showing 1 extent, device ad target
d3 3
a5 2
# extents
extent0	/tmp/iscsi-target0				0	100MB
d8 1
d12 1
d14 7
@

