Skip to content

payes/istgt-1

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.0%
  • Shell 2.9%
  • Perl 1.7%
  • Makefile 0.9%
  • M4 0.8%
  • C++ 0.6%
  • Dockerfile 0.1%