[Bug 1209457] NFSv4 broken after kernel update (5.14.21-150400.24.46-default to 5.14.21-150400.24.49)
https://bugzilla.suse.com/show_bug.cgi?id=1209457 https://bugzilla.suse.com/show_bug.cgi?id=1209457#c34 --- Comment #34 from St�phane DESNEUX <sdx@iot.bzh> --- I took a look at comment #4. I think the non-regression test could be as simple as sharing a directory, trying to list your own shares, and finally try to mount your own share (so everything on the same host). Obviously, this won't happen in the real life, but I think it could fail too as I suspect that the problem doesn't come from low-level side (whether you're mounting your own share or not won't interfere) I'm able to run this without any problem on kernel .46.1 and everything works: # mkdir /tmp/foo # exportfs -o ro *:/tmp/foo # showmount -e localhost # mkdir /tmp/bar # mount -t nfs localhost:/tmp/foo /tmp/bar # echo 123 >/tmp/foo/testme # ls -l /tmp/bar/ # cat /tmp/bar/testme 123 Try the same with kernel .55 (or .49): it may fail and you'd have your test ready (with maybe a few timeouts handling...because mount or showmount would block) HTH St�phane -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com