mayadata-io / istgt

CAS Data Engine - iSCSI Target for OpenEBS cStor

Home Page:https://docs.openebs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status FOSSA Status CII Best Practices Slack

Instructions to check cstyle

Checkout replication branch
Do ./cstyle.pl <filename with path>

Building

git checkout replication
sudo apt-get install libssl-dev docker.io
sudo apt-get install autoconf
./autogen.sh
./configure --enable-replication
make cstyle
make clean
make

Run target in a container on host network

Copy istgt.conf file to /tmp/cstor

sudo docker run -d --network=host -v /tmp/cstor:/tmp/cstor openebs/istgt:test /bin/bash ./init.sh volname=vol1 portal=10.128.0.2 path=/tmp/cstor size=10g externalIP=10.128.0.2

Run target as a binary on host network

Update volname, size, portal and externalIP in restart.sh

sh restart.sh

License

FOSSA Status

About

CAS Data Engine - iSCSI Target for OpenEBS cStor

https://docs.openebs.io

License:Apache License 2.0


Languages

Language:C 90.1%Language:Shell 5.7%Language:Perl 1.5%Language:Makefile 1.1%Language:M4 0.7%Language:C++ 0.5%Language:Dockerfile 0.3%