[Bug 237517] ZFS parallel mounting sometimes misses mounting intermediate filesystems

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 1 14:01:48 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237517

--- Comment #10 from Ben Morrow <ben at morrow.me.uk> ---
You can turn the parallel mounting off by setting ZFS_MOUNT_SERIAL=1 in the
environment when you run either `zfs mount -a` or `zfs import` (without -N).
IMHO rc.d/zfs should do this until the code is fixed properly.

I had a brief look at the code and it's trying to do the right thing; I can't
yet see why it's not working as it should. Does anyone know if the same problem
exists on other OSes?

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


More information about the freebsd-fs mailing list