[PATCH pve-container 0/1] Proposal for adding zfs dataset mounting possibility
Konstantin Filippov
frank030366 at hotmail.com
Wed May 10 02:08:29 CEST 2023
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>". This new type can be useful in some cases - for instance when we need to mount ZFS dataset in the container but need to keep this dataset not mounted on the host.
Konstantin Filippov (1):
Adding new mount point type named 'zfs' to let configure a ZFS dataset
as mount point for LXC container
src/PVE/LXC.pm | 4 ++++
src/PVE/LXC/Config.pm | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
--
2.30.2
More information about the pve-devel
mailing list