Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Feb 2020 23:28:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243925] [FUSEFS] Read operation on a write only file
Message-ID:  <bug-243925-227-QFqAydAjI5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243925-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243925-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=3D243925

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |fs@FreeBSD.org
                 CC|                            |asomers@FreeBSD.org
            Version|12.1-RELEASE                |CURRENT

--- Comment #1 from Conrad Meyer <cem@freebsd.org> ---
Can you share a specific ordering of IPCs, including exact open flags used =
and
FUSE procedures seen on the server side?

For cached IO (bio) without O_DIRECT, we probably attempt to read the last
page/sector of a file we are appending to.  Any local filesystem would do
something similar (read a block from the backing volume when a write-only
append handle is open for an uncached, cacheable file), if the file is not a
perfect multiple of the page size.

I think we mostly try to open separate read handles for this, but it's we
missed a case.  Any specific details you can share would be helpful.  Thank=
s.

--=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-243925-227-QFqAydAjI5>