--- Begin Message ---
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



--- End Message ---
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to