[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YlwOdqVCBZKFTIfC@codewreck.org>
Date: Sun, 17 Apr 2022 21:56:22 +0900
From: asmadeus@...ewreck.org
To: Christian Schoenebeck <linux_oss@...debyte.com>
Cc: David Kahurani <k.kahurani@...il.com>, davem@...emloft.net,
ericvh@...il.com, kuba@...nel.org, linux-kernel@...r.kernel.org,
lucho@...kov.net, netdev@...r.kernel.org,
v9fs-developer@...ts.sourceforge.net,
David Howells <dhowells@...hat.com>, Greg Kurz <groug@...d.org>
Subject: Re: 9p fs-cache tests/benchmark (was: 9p fscache Duplicate cookie
detected)
Christian Schoenebeck wrote on Thu, Apr 14, 2022 at 02:44:53PM +0200:
> > Yes, I'm not sure why I can't reproduce... All my computers are pretty
> > slow but the conditions should be met.
> > I'll try again with a command line closer to what you just gave here.
>
> I'm not surprised that you could not reproduce the EBADF errors yet. To make
> this more clear, as for the git client errors: I have like 200+ git
> repositories checked out on that test VM, and only about 5 of them trigger
> EBADF errors on 'git pull'. But those few repositories reproduce the EBADF
> errors reliably here.
>
> In other words: these EBADF errors only seem to trigger under certain
> circumstances, so it requires quite a bunch of test material to get a
> reproducer.
>
> Like I said though, with the Bullseye installation I immediately get EBADF
> errors already when booting, whereas with a Buster VM it boots without errors.
Okay, I had missed that!
I've managed to reproduce with git:
https://gaia.codewreck.org/local/tmp/c.tar.zst
This archive (~300KB) when decompressed is a ~150MB repo where git reset
produces EBADF reliably for me.
>From the looks of it, write fails in v9fs_write_begin, which itself
fails because it tries to read first on a file that was open with
O_WRONLY|O_CREAT|O_APPEND.
Since this is an append the read is necessary to populate the local page
cache when writing, and we're careful that the writeback fid is open in
write, but not about read...
Will have to think how we might want to handle this; perhaps just giving
the writeback fid read rights all the time as well...
Ran out of time for tonight, but hopefully we can sort it out soonish now!
> If somebody has some more ideas what I can try/test, let me know. However ATM
> I won't be able to review the netfs and vfs code to actually find the cause of
> these issues.
You've been of great help already, thanks!
--
Dominique
Powered by blists - more mailing lists