Home

Awesome

Introduction

The Linux target framework (tgt) is a user space SCSI target framework that supports the iSCSI and iSER transport protocols and that supports multiple methods for accessing block storage. Tgt consists of user-space daemon and tools.

Currently, tgt supports the following SCSI transport protocols:

Tgt supports the following methods for accessing local storage:

Tgt can emulate the following SCSI device types:

License

The code is released under the GNU General Public License version 2.

Requirements

Target drivers have their own ways to build, configure, etc. Please find an appropriate documentation in the doc directory.

Developer Notes

The central communication channel for tgt development is the mailing list (stgt@vger.kernel.org).

First, please read the following documents (in short, follow Linux kernel development rules):

Then, check your patches with the patch style checker prior to submission (scripts/checkpatch.pl) like the following example.

fujita@arbre:~/git/tgt$ ./scripts/checkpatch.pl ~/0001-add-bidi-support.patch Your patch has no obvious style problems and is ready for submission.