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

OpenZFS 8115 - parallel zfs mount #8092

Closed
wants to merge 2 commits into from
Closed

OpenZFS 8115 - parallel zfs mount #8092

wants to merge 2 commits into from

Commits on Nov 5, 2018

  1. OpenZFS 8115 - parallel zfs mount

    Authored by: Sebastien Roy <seb@delphix.com>
    Reviewed by: Matthew Ahrens <mahrens@delphix.com>
    Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
    Reviewed by: Brad Lewis <brad.lewis@delphix.com>
    Reviewed by: George Wilson <george.wilson@delphix.com>
    Reviewed by: Paul Dagnelie <pcd@delphix.com>
    Reviewed by: Prashanth Sreenivasa <pks@delphix.com>
    Approved by: Matt Ahrens <mahrens@delphix.com>
    Ported-by: Don Brady <don.brady@delphix.com>
    
    OpenZFS-issue: https://www.illumos.org/issues/8115
    OpenZFS-commit: openzfs/openzfs@a3f0e2b569
    
    Porting Notes:
    * Use thread pools (tpool) API instead of introducing taskq interfaces
      to libzfs.
    * Use pthread_mutext for locks as mutex_t isn't available.
    * Ignore alternative libshare initialization since OpenZFS-7955 is
      not present on zfsonlinux.
    Sebastien Roy authored and Don Brady committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    781c00f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Fixed duplicate mnttab cache add attempt

    Signed-off-by: Don Brady <don.brady@delphix.com>
    Don Brady committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4833494 View commit details
    Browse the repository at this point in the history