https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236074
Bug ID: 236074
Summary: zfs mount -a fails to mount lots of filesystems
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 202401
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202401&action=edit
libzfs.patch
r344569 introduced parallel mounting but it was miss-imported from ZoL.
Zfs filesystems are sorted by mount point name but the comparison function
returns same value even if two mount point names are different length.
The attatched `libzfs.patch` solves this problem.
Please apply to src tree.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"