Date: Sun, 17 May 2026 06:58:14 +0000 From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 294327] bhyve never closes files that were opened by guest virtual machine via 9pfs Message-ID: <bug-294327-4077-O6hdFcaCZR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-294327-4077@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294327 --- Comment #3 from Nimish Jain <njain15@protonmail.com> --- Sorry, the patch was sent without this comment. It seems this bug appears because calling close() on an open file in the guest will not send a clunk request to the P9 server. This is deferred until the vnode is reclaimed, which can be after a while. The suggested fix clunks the open FID if the calling process is the last one using it. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294327-4077-O6hdFcaCZR>
