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.24.08.42.36;	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
extent6	/iscsi/extents/3			0	100GB

# 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

# a target can be made from just an extent
target1	extent6		127.0.0.0/8
@


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


1.1
log
@Sync examples with reality.

Give an easier way of presenting a simple extent of storage via iSCSI.
@
text
@d20 1
a20 1
target0	device3		3260	10.4.0.0/16
d23 1
a23 1
target1	extent6		3260	127.0.0.0/8
@

