FreeBSD Bugzilla – Attachment 204788 Details for
Bug 237517
ZFS parallel mounting sometimes misses mounting intermediate filesystems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Hack to serialize libzfs's mounting
disable_parallel_zfs_mount.patch (text/plain), 656 bytes, created by
fullermd
on 2019-06-02 21:22:43 UTC
(
hide
)
Description:
Hack to serialize libzfs's mounting
Filename:
MIME Type:
Creator:
fullermd
Created:
2019-06-02 21:22:43 UTC
Size:
656 bytes
patch
obsolete
>Index: cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c >=================================================================== >--- cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c (revision 348482) >+++ cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c (working copy) >@@ -89,7 +89,7 @@ > #include <libshare.h> > #define MAXISALEN 257 /* based on sysinfo(2) man page */ > >-static int mount_tp_nthr = 512; /* tpool threads for multi-threaded mounting */ >+static int mount_tp_nthr = 1; /* tpool threads for multi-threaded mounting */ > > static void zfs_mount_task(void *); > static int zfs_share_proto(zfs_handle_t *, zfs_share_proto_t *);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237517
:
204479
|
204484
|
204504
|
204524
|
204525
| 204788 |
205830
|
205857