2016-09-12 12:36:07 +08:00
2016-09-12 12:32:14 +08:00
2015-12-14 10:23:35 +08:00
2016-09-12 12:32:14 +08:00
2015-12-14 10:23:35 +08:00
2016-05-03 21:01:55 +08:00
2016-09-12 11:50:14 +08:00
2016-09-12 11:50:14 +08:00
2015-12-14 10:23:35 +08:00
2015-12-14 10:23:35 +08:00
2016-05-03 08:57:13 +08:00

gotgt Build Status

Cloud Integrated SCSI Target framework, this includes two binaries, one is citadm which is command line to config and control, the other is citd which is a target daemon.

Build

$ mkdir $GOPATH/gotstor/
$ cd $GOPATH/gostor/
$ git clone https://github.com/gostor/gotgt gotgt
$ cd gotgt
$ make

Test

You can test this with libiscsi.

build the test tool of libiscsi

$ git clone https://github.com/gostor/libiscsi
$ cd libiscsi
$ ./autogen.sh
$ ./configure
$ make

start the gotgt daemon

$ ./citd

begin the test

$ ./iscsi-test-cu -v iscsi://127.0.0.1:3260/iqn.test.haha/0
Description
Go iSCSI Target for macOS
Readme 2.5 MiB
Languages
Go 96.1%
Shell 3.5%
Dockerfile 0.2%
Makefile 0.2%