p9fs never closes opened files?

Nikos Vassiliadis <[email protected]> Sat, 28 Mar 2026 20:25:19 +0200
Newsgroups gmane.os.freebsd.stable
Message-ID <[email protected]>
Hi,

It seems that p9fs never closes open files. I have a FBSD-16
running on a FBSD-14.3 host and this happens:
root@danae:~ # fstat | fgrep bhyve | wc -l
       58
After some file operations inside the guest:
root@danae:~ # fstat | fgrep bhyve | wc -l
     2193

Danae is the hypervisor host. Is this known?

Thanks,
Nikos