CSI Driver for dynamic provisioning of Persistent Local Volumes for Kubernetes using ZFS. https://openebs.io
Find a file
Pawan 9f5cf445df feat(zfs-localpv): initial commit
provisioning and deprovisioning of
the volumes on the node where zfs pool
has already been setup. Pool name and the volume
parameters has to be given in storage class
which will be used to provision the volume.

Signed-off-by: Pawan <pawan@mayadata.io>
2019-09-18 08:44:08 +05:30
buildscripts feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
cmd feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
deploy feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
pkg feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
vendor feat(zfs-localpv): vendor packages for zfs-localpv 2019-09-18 08:44:08 +05:30
.gitignore feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
.travis.yml feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
BUILDMETA feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
Gopkg.lock feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
Gopkg.toml feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
LICENSE Initial commit 2019-08-21 14:27:14 +05:30
Makefile feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
README.md Initial commit 2019-08-21 14:27:14 +05:30
VERSION feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30

zfs-localpv

CSI driver for provisioning Local PVs backed by ZFS and more.