pkgs icon indicating copy to clipboard operation
pkgs copied to clipboard

feat: nfsd support as module package

Open TMaYaD opened this issue 1 year ago • 2 comments

Build nfsd support as module package. This allows to build an nfsd extension to be used with projects like openebs/dynamic-nfs-provisioner.

Talos can load it via machine-config:

machine:
    # Configures the kernel.
    kernel:
        # Kernel modules to load.
        modules:
            - name: nfsd # Module name.

TMaYaD avatar Apr 26 '23 07:04 TMaYaD

any chance to get this pushed?

tyriis avatar Apr 10 '24 19:04 tyriis

With 1.8 having a lot of focus on improving volume management, this might be a great thing to try to get in.

AngellusMortis avatar Aug 27 '24 20:08 AngellusMortis