mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
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>
This commit is contained in:
parent
27065bf40a
commit
051f26fe16
2 changed files with 3 additions and 1 deletions
1
changelogs/unreleased/170-pawanpraka1
Normal file
1
changelogs/unreleased/170-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
adding support to have btrfs filesystem for ZFS-LocalPV
|
||||
Loading…
Add table
Add a link
Reference in a new issue