alxbl / lab

Infra-as-Code & Automation for my homelab
1 stars 0 forks source link

dynamic-nfs-provisioner: Impossible to bind existing PV #17

Closed alxbl closed 6 months ago

alxbl commented 7 months ago

There is no way to specify an existing volume name to mount through the openebs' dynamic-nfs-provisioner.

This will be problematic when updating/reprovisioning the cluster because the existing datasets will need to be migrated to the newly generated (empty) datasets, requiring manual operation.

Possible solutions:


Looks like dynamic-nfs-provisioner might be getting deprecated... maybe move to manually spinning up the NFS server (needed anyway for access control...)

alxbl commented 6 months ago

Will be addressed by #22