Bug 251730 - net/samba413: [RFE] add support for vfs_shadow_copy_zfs
Summary: net/samba413: [RFE] add support for vfs_shadow_copy_zfs
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Timur I. Bakeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-10 14:24 UTC by Lapo Luchini
Modified: 2022-11-16 23:52 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (timur)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Luchini 2020-12-10 14:24:39 UTC
Would be nice to have ZFS-specific samba4 plugins such as `vfs_shadow_copy_zfs` as found in:
https://github.com/freenas/ports/blob/freenas/master/net/samba411
(as previously requested against samb410 in bug #244054)
Comment 1 Timur I. Bakeyev freebsd_committer freebsd_triage 2022-11-16 23:52:23 UTC
As I stated before I don't mind adding this module to the codebase, I hope Andrew and iXsystems Inc. do not either.

The biggest problem I see myself in is the need for the libzfs, which most of those modules use and requires an actual kernel source for the running kernel.

FreeNAS has the luxury of pinning the kernel version and source for their releases, while the port has to fit multiple OS releases and kernel versions.

So, as soon as someone would be able to help in creating working libzfs port I'd be glad to add corresponding modules.