[Bug 236074] zfs mount -a fails to mount lots of filesystems

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 27 06:10:32 UTC 2019


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: bugs at FreeBSD.org
          Reporter: naito.yuichiro at gmail.com

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.


More information about the freebsd-bugs mailing list