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


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

1.2
date	2006.01.30.22.23.47;	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.3
log
@iSCSI development is continuing in src - remove the outdated code in
othersrc.

With thanks to Hubert for the nudge.
@
text
@# Complex file showing 3-way RAID1 (with RAID1 components),
# also using local and (NFS) remote components

# extents
extent0	/iscsi/extents/0			0	100MB
extent1	/imports/remote1/iscsi/extents/0	0	100MB
extent2	/iscsi/extents/1			0	100MB
extent3	/imports/remote1/iscsi/extents/1	0	100MB
extent4	/iscsi/extents/2			0	100MB
extent5	/imports/remote1/iscsi/extents/2	0	100MB

# devices
device0	RAID1		extent0 extent1
device1	RAID1		extent2 extent3
device2	RAID1		extent4 extent5
device3	RAID1		device0 device1 device2

# targets
target0	device3		10.4.0.0/16
@


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


1.1
log
@Add some example configuration files
@
text
@d19 1
a19 1
target0	device3		3260	10.4.0.0/16
@

