Re: NFS Caching broken in 4.19.37

2021-02-26 Thread Timo Rothenpieler
On 26.02.2021 16:40, Anton Ivanov wrote: These are two different clients, then what you see is possible on NFS with client side caching. If you have multiple clients reading/writing to the same files you usually need to tune the caching options and/or use locking. I suspect that if you leave

Re: NFS Caching broken in 4.19.37

2021-02-26 Thread Anton Ivanov
On 26/02/2021 15:03, Timo Rothenpieler wrote: I think I can reproduce this, or something that at least looks very similar to this, on 5.10. Namely on 5.10.17 (On both Client and Server). I think this is a different issue - see below. We are running slurm, and since a while now (coincides

Re: NFS Caching broken in 4.19.37

2021-02-26 Thread Timo Rothenpieler
I think I can reproduce this, or something that at least looks very similar to this, on 5.10. Namely on 5.10.17 (On both Client and Server). We are running slurm, and since a while now (coincides with updating from 5.4 to 5.10, but a whole bunch of other stuff was updated at the same time, so

Re: NFS Caching broken in 4.19.37

2021-02-21 Thread Anton Ivanov
On 21/02/2021 14:37, Bruce Fields wrote: On Sun, Feb 21, 2021 at 11:38:51AM +, Anton Ivanov wrote: On 21/02/2021 09:13, Salvatore Bonaccorso wrote: On Sat, Feb 20, 2021 at 08:16:26PM +, Chuck Lever wrote: Confirming you are varying client-side kernels. Should the Linux NFS client

Re: NFS Caching broken in 4.19.37

2021-02-21 Thread Bruce Fields
On Sun, Feb 21, 2021 at 11:38:51AM +, Anton Ivanov wrote: > On 21/02/2021 09:13, Salvatore Bonaccorso wrote: > >On Sat, Feb 20, 2021 at 08:16:26PM +, Chuck Lever wrote: > >>Confirming you are varying client-side kernels. Should the Linux > >>NFS client maintainers be Cc'd? > > > >Ok,

Re: NFS Caching broken in 4.19.37

2021-02-21 Thread Anton Ivanov
, NFS caching appears broken in 4.19.37. The more cores/threads the easier to reproduce. Tested with identical results on Ryzen 1600 and 1600X. 1. Mount an openwrt build tree over NFS v4 2. Run make -j `cat /proc/cpuinfo | grep vendor | wc -l` ; make clean in a loop 3. Result after 3-4 iterations

Re: NFS Caching broken in 4.19.37

2021-02-21 Thread Salvatore Bonaccorso
19 at 07:19:54PM +0100, Anton Ivanov wrote: > >>> Hi list, > >>> > >>> NFS caching appears broken in 4.19.37. > >>> > >>> The more cores/threads the easier to reproduce. Tested with identical > >>> results on Ryzen 1600 and 1600X. &g

Re: NFS Caching broken in 4.19.37

2021-02-20 Thread Anton Ivanov
On 20/02/2021 20:04, Salvatore Bonaccorso wrote: Hi, On Mon, Jul 08, 2019 at 07:19:54PM +0100, Anton Ivanov wrote: Hi list, NFS caching appears broken in 4.19.37. The more cores/threads the easier to reproduce. Tested with identical results on Ryzen 1600 and 1600X. 1. Mount an openwrt build

Re: NFS Caching broken in 4.19.37

2021-02-20 Thread Chuck Lever
> On Feb 20, 2021, at 3:13 PM, Anton Ivanov > wrote: > > On 20/02/2021 20:04, Salvatore Bonaccorso wrote: >> Hi, >> >> On Mon, Jul 08, 2019 at 07:19:54PM +0100, Anton Ivanov wrote: >>> Hi list, >>> >>> NFS caching appears brok

Re: NFS Caching broken in 4.19.37

2021-02-20 Thread Salvatore Bonaccorso
Hi, On Mon, Jul 08, 2019 at 07:19:54PM +0100, Anton Ivanov wrote: > Hi list, > > NFS caching appears broken in 4.19.37. > > The more cores/threads the easier to reproduce. Tested with identical > results on Ryzen 1600 and 1600X. > > 1. Mount an openwrt build tree over

NFS Caching broken in 4.19.37

2019-07-08 Thread Anton Ivanov
Hi list, NFS caching appears broken in 4.19.37. The more cores/threads the easier to reproduce. Tested with identical results on Ryzen 1600 and 1600X. 1. Mount an openwrt build tree over NFS v4 2. Run make -j `cat /proc/cpuinfo | grep vendor | wc -l` ; make clean in a loop 3. Result after