Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libzfs: Fix mounting datasets under thread limit pressure
During parallel zpool import, /sbin/zpool will create a separate thread pool for each pool, used to mount that pool's datasets. If the total thread count exceed's the system's limit on threads per process, then tpool_dispatch may fail. If it does, directly execute the mount operation instead. Sponsored by: Axcient Signed-off-by: Alan Somers <[email protected]> Fixes openzfs#16172
- Loading branch information