Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 06:10:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236074] zfs mount -a fails to mount lots of filesystems
Message-ID:  <bug-236074-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236074

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

Created attachment 202401
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202401&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236074-227>