--- Begin Message ---
what about adding zfs datasets as a general type of storage?

currently, you need to create a dataset manually and add that as type
"dir" to proxmox, to be able to use file backed instead of zvol backed VMs

that feels ugly.

Am 10.05.23 um 02:08 schrieb Konstantin Filippov:
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(-)



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