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

libzfs: add zfs_mount_at() function #9833

Merged
merged 1 commit into from Jan 14, 2020
Merged

Commits on Jan 11, 2020

  1. libzfs: add zfs_mount_at() function

    zfs_mount_at() mounts a dataset at an arbitrary mountpoint rather than
    at the configured mountpoint. This may be used by consumers that wish to
    temporarily expose a dataset at another mountpoint without altering
    dataset/pool properties.
    
    This will be used by FreeBSD's libbe be_mount(), which mounts a boot
    environment at an arbitrary mountpoint.
    
    Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
    kevans91 committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    cc776ca View commit details
    Browse the repository at this point in the history