Subject: CVS commit: othersrc/storage/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 01/23/2006 23:33:18
Module Name:	othersrc
Committed By:	agc
Date:		Mon Jan 23 23:33:18 UTC 2006

Modified Files:
	othersrc/storage/dist/iscsi/include: conf.h conffile.h initiator.h
	    iscsi.h osd_ops.h parameters.h tests.h util.h
	othersrc/storage/dist/iscsi/src: disk.c iscsi-target.c targets.5
	othersrc/storage/dist/iscsi/src/etc: targets

Log Message:
Modify the configuration of iSCSI targets such that a target can be
made up of a single device or extent. This removes the need to define
a useless device if the target is simply serving up one extent of
storage to the initiator.

Modify documentation accordingly, and modify the sample targets file
to reflect this.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 othersrc/storage/dist/iscsi/include/conf.h \
    othersrc/storage/dist/iscsi/include/util.h
cvs rdiff -r1.1 -r1.2 othersrc/storage/dist/iscsi/include/conffile.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/storage/dist/iscsi/include/initiator.h \
    othersrc/storage/dist/iscsi/include/iscsi.h \
    othersrc/storage/dist/iscsi/include/osd_ops.h \
    othersrc/storage/dist/iscsi/include/parameters.h \
    othersrc/storage/dist/iscsi/include/tests.h
cvs rdiff -r1.6 -r1.7 othersrc/storage/dist/iscsi/src/disk.c \
    othersrc/storage/dist/iscsi/src/iscsi-target.c
cvs rdiff -r1.3 -r1.4 othersrc/storage/dist/iscsi/src/targets.5
cvs rdiff -r1.3 -r1.4 othersrc/storage/dist/iscsi/src/etc/targets

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.