Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Nov 2021 22:10:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 254282] 13.0-RC2: NFS export from nullfs mount doesn't work as of 13.0
Message-ID:  <bug-254282-3630-Xv4mcvETMZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254282-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254282-3630@https.bugs.freebsd.org/bugzilla/>

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

marek@mky.waw.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marek@mky.waw.pl

--- Comment #7 from marek@mky.waw.pl ---
For me, the mountd does not see a nullfs as a separate filesystem and tries=
 to
set the attributes for the upper filesystem.=20

The simple workaround that worked for me is to create an empty ZFS dataset
mounted at the same point as nullfs, but before nullfs, eg.:

zfs create -o mountpoint=3D/usr/src zpool/nfs-usr-src=20
mount_nullfs /var/jail/builder/src /usr/src

After that, the NFS exports work fine for me. Tested on 13-RELEASE-p4.

--=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-254282-3630-Xv4mcvETMZ>