update README.md
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
## gotgt [](https://travis-ci.org/gostor/gotgt)
|
## gotgt
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
The gotgt project is a simple SCSI Target framework implemented in golang built for performance and density.
|
The gotgt project is a simple SCSI Target framework implemented in golang built for performance and density.
|
||||||
Very briefly, this iSCSI/SCSI target Go implementation can be included/imported as a library to allow upper layer iSCSI clients to communicate to the actual SCSI devices. The target configuration is static with a json file for the time being. The core functionality of this target library provides the iSCSI/SCSI protocol services. A simple flat file based LUN target implementation is provided with plug-in interface. In the future, a formal plugin mechanism will be provided and supported to work with more sophisticated backend storage arrays.
|
Very briefly, this iSCSI/SCSI target Go implementation can be included/imported as a library to allow upper layer iSCSI clients to communicate to the actual SCSI devices. The target configuration is static with a json file for the time being. The core functionality of this target library provides the iSCSI/SCSI protocol services. A simple flat file based LUN target implementation is provided with plug-in interface. In the future, a formal plugin mechanism will be provided and supported to work with more sophisticated backend storage arrays.
|
||||||
|
|||||||
Reference in New Issue
Block a user