zfs-localpv/buildscripts
Pawan 051f26fe16 feat(btrfs): adding support to have btrfs filesystem for ZFS-LocalPV
Now, applications can use the btrfs file system by mentioning "btrfs"
as fstype in the storageclass :-

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: openebs-zfspv
parameters:
  fstype: "btrfs"
  poolname: "zfspv-pool"
provisioner: zfs.csi.openebs.io

Signed-off-by: Pawan <pawan@mayadata.io>
2020-07-02 00:40:59 +05:30
..
zfs-driver feat(btrfs): adding support to have btrfs filesystem for ZFS-LocalPV 2020-07-02 00:40:59 +05:30
build.sh chore(doc): update docs for GO module support (#160) 2020-06-26 17:11:31 +05:30
custom-boilerplate.go.txt feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
generate-manifests.sh feat(centos): adding operator yaml for centos7 and centos8 2020-06-08 10:35:13 +05:30
push refact(build):trim leading v from image tag 2020-05-07 22:06:24 +05:30
test-cov.sh feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
tools.go feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
travis-build.sh feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30