Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2024 23:43:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 280978] Kernel panics with vfs.nfsd.enable_locallocks=1 and nfs clients doing hdf5 file operations
Message-ID:  <bug-280978-227-YoTVDB5hOL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280978-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280978-227@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=3D280978

Rick Macklem <rmacklem@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rmacklem@FreeBSD.org

--- Comment #2 from Rick Macklem <rmacklem@FreeBSD.org> ---
Just fyi, I have found a place where the code
does an msleep() when vfs.nfs.enable_locallocks is 1.
This is bad news, since the underlying linked list
data structures could change during the msleep().

I haven't yet gotten to the point of coming up with
a fix.

Until then, I would recommend avoiding setting
vfs.nfsd.enable_locallocks to 1.

--=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-280978-227-YoTVDB5hOL>