Hacker News new | ask | show | jobs
by infogulch 1731 days ago
Can you use podman with ZFS on Linux volumes?
1 comments

There is a dedicated storage driver for zfs: https://www.jwillikers.com/podman-with-btrfs-and-zfs

That said, the default overlay storage driver already supports reflinks, which will get you most of the benefits.

Last I looked, ZFS didn't support reflinks. https://github.com/openzfs/zfs/issues/405