zfs-localpv icon indicating copy to clipboard operation
zfs-localpv copied to clipboard

ZFS mount point configuration

Open immens opened this issue 1 year ago • 2 comments

Describe the problem/challenge you have For bare metal installations (e.g. home server) with only 1 node it will be great to have ability to mount datasets automatically (data access, backups, etc)

Describe the solution you'd like

NAME                                                       USED  AVAIL  REFER  MOUNTPOINT
zfast                                                     72.7M   231G    96K  none
zfast/data                                                15.5M   231G  15.4M  /storage/fast
zfast/data/k8s                                              96K   231G    96K  /storage/fast/k8s
zfast/data/k8s/pvc-19aeff59-85b2-46de-9431-d3ec85fb12ca    100K  5.00G   100K  legacy

In setups like this one, PVC's dataset can be automatically mounted e.g. <parent's mount point>/pvc-<PVC's name>-<some hash or uuid>. Maybe somehow correlating with shared prop

Environment:

  • ZFS-LocalPV version: 2.4.0 (helm chart 3.10.0)
  • Kubernetes version: v1.29.1
  • Kubernetes installer & version: kubeadm v1.29.1
  • Cloud provider or hardware configuration: none
  • OS (e.g. from /etc/os-release): Arch Linux (rolling); 6.6.12-1-lts, ZFS 2.2.2

immens avatar Jan 24 '24 20:01 immens

@immens Currently it is not supported in the product. Team is handsfull with other openEBS engine. It would be great, if you can contribute for this feature to the community.

hrudaya21 avatar Feb 01 '24 05:02 hrudaya21