简单的 Golang SCSI 目标框架 gotgt

码农软件 · 软件分类 · 服务框架/平台 · 2019-09-25 14:13:53

软件介绍

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 存在。

本文地址:https://www.codercto.com/soft/d/15373.html

HTML Dog

HTML Dog

Patrick Griffiths / New Riders Press / 2006-11-22 / USD 49.99

For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represen......一起来看看 《HTML Dog》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码