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

FreeBSD fixes for pkg/mount #1219

Merged
merged 2 commits into from Apr 27, 2022
Merged

FreeBSD fixes for pkg/mount #1219

merged 2 commits into from Apr 27, 2022

Commits on Apr 27, 2022

  1. Use MNT_FORCE as an approximate equivalent to MNT_DETACH

    Also, we don't need to truncate the path name for zfs mount points.
    FreeBSD versions prior to 12.0 had a limitation of 88 characters
    for mount points but this has been increased to 1024.
    
    Signed-off-by: Doug Rabson <dfr@rabson.org>
    dfr committed Apr 27, 2022
    Copy the full SHA
    123b55e View commit details
    Browse the repository at this point in the history
  2. Parse key=value pairs from data and pass through to nmount

    Signed-off-by: Doug Rabson <dfr@rabson.org>
    dfr committed Apr 27, 2022
    Copy the full SHA
    fa5a456 View commit details
    Browse the repository at this point in the history