zfs-localpv/pkg
Pawan 86e623a369 feat(resize): adding Online volume expansion support for ZFSPV
We can resize the volume by updating the PVC yaml to
the desired size and apply it. The ZFS Driver will take care
of updating the quota in case of dataset. If we are using a
Zvol and have mounted it as ext4 or xfs filesystem, the driver will take
care of expanding the volume via reize2fs/xfs_growfs binaries.

For resize, storageclass that provisions the pvc must suppo
rt resize. We should have allowVolumeExpansion as true in storageclass

```yaml
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: openebs-zfspv
allowVolumeExpansion: true
parameters:
  poolname: "zfspv-pool"
provisioner: zfs.csi.openebs.io

```

Signed-off-by: Pawan <pawan@mayadata.io>
2020-03-04 18:30:28 +05:30
..
apis/openebs.io/core/v1alpha1 feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30
builder feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30
client/k8s/v1alpha1 feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
common feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
config feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
driver feat(resize): adding Online volume expansion support for ZFSPV 2020-03-04 18:30:28 +05:30
generated feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30
mgmt feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30
response feat(resize): adding Online volume expansion support for ZFSPV 2020-03-04 18:30:28 +05:30
usage feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
version feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
zfs feat(resize): adding Online volume expansion support for ZFSPV 2020-03-04 18:30:28 +05:30