- 授权协议: Apache
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/gostor/gotgt
- 软件文档: https://github.com/gostor/gotgt
- 官方下载: https://github.com/gostor/gotgt
软件介绍
gotgt 是在 golang 实现的简单 SCSI 目标框架,用于性能和密度。
目前还没有任何发行二进制文件,必须从源代码构建。
创建:
系统需安装 GO ,并将 gotgt 存储库克隆到 $ GOPATH 中。
$ mkdir -p $GOPATH/src/github.com/gostor/ $ cd $GOPATH/src/github.com/gostor/ $ git clone https://github.com/gostor/gotgt gotgt $ cd gotgt $ ./autogen.sh $ ./configure $ make
使用:
没有操作目标和 LU 命令,但可以使用配置文件初始化目标 / LU ~/.gotgt/config.json,可以在这里找到一个示例。请注意,如果要使用该例子,必须确保文件 /var/tmp/disk.img 存在。
