Skip to content

mynktl/istgt

This branch is 239 commits behind openebs-archive/istgt:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 19, 2018
f88394e · Mar 19, 2018

History

2 Commits
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 19, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018

Repository files navigation

Building

sudo apt-get install libssl-dev docker.io
./configure --with-replication
cd src; 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.7%
  • Shell 3.8%
  • Makefile 1.6%
  • M4 0.9%