LINBIT / linstor-docker-volume-go

A Go based version of the LINSTOR Docker volume plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linstor docker volume plugin

Development of this plugin is coordinated on beornf/linstor-docker-volume. This is the modern version of a Python based plugin developed by LINBIT. Thanks to Beorn Facchini for creating a modern Go based incarnation.

Consider this a mirror under control of LINBIT developers.

Building

Requires Docker 1.13.0 or higher

git clone https://github.com/LINBIT/linstor-docker-volume-go

cd linstor-docker-volume-go

make PLUGIN_NAME=linbit/linstor-docker-volume

Installing

docker plugin install linbit/linstor-docker-volume

Configuration

cat /etc/linstor/docker-volume.conf
[global]
controllers = linstor://hostnameofcontroller
fs = xfs

License

GPL2

Support

For further products and professional support, please contact us.

About

A Go based version of the LINSTOR Docker volume plugin

License:GNU General Public License v2.0


Languages

Language:Go 88.1%Language:Makefile 10.2%Language:Dockerfile 1.8%