Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount: support FUSE helper #40

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Commits on Oct 1, 2020

  1. mount: support FUSE helper

    When m.Type starts with either fuse. or fuse3, the mount helper binary mount.fuse
    or mount.fuse3 is executed.
    
    Similar to the changes made in containerd:
    
    > This is expected to be used by fuse-overlayfs plugin: https://github.com/AkihiroSuda/containerd-fuse-overlayfs
    >
    > Motivation
    >
    > The purpose of the containerd fuse-overlayfs snapshotter plugin is to provide
    > OverlayFS functionality for rootless mode without depending on the Ubuntu/Debian
    > kernel patch.
    > Although fuse-overlayfs provides shiftfs functionality and supports CRFS plugin,
    > these functionalities are not planned to be supported by the containerd fuse-overlayfs
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    09ed95d View commit details
    Browse the repository at this point in the history