Hi folks,
I need to mount a ZFS dataset with mountpoint property set to 'legacy' (which means that this dataset leave unmounted by default) to LXC container. One of the reasons is to keep files on this filesystem visible only inside container, not on the host - so as we know, ProxMox have only three possible "categories" of mount points: ProxMox storage provider supplied, block device and bind mount. I've prepared a little patch for pve-container package which adds a fourth "category" named "zfs" - so with this patch it's possible to add such ZFS dataset into container config in a form "mpN: <ZFS pool name>/<dataset path>,<mount path>". Can somebody from devs here advise me how can I supply or suggest this patch to include it in future versions of ProxMox?
I need to mount a ZFS dataset with mountpoint property set to 'legacy' (which means that this dataset leave unmounted by default) to LXC container. One of the reasons is to keep files on this filesystem visible only inside container, not on the host - so as we know, ProxMox have only three possible "categories" of mount points: ProxMox storage provider supplied, block device and bind mount. I've prepared a little patch for pve-container package which adds a fourth "category" named "zfs" - so with this patch it's possible to add such ZFS dataset into container config in a form "mpN: <ZFS pool name>/<dataset path>,<mount path>". Can somebody from devs here advise me how can I supply or suggest this patch to include it in future versions of ProxMox?