On 5/12/24 18:59, Vincent Chen wrote:
Thank you very much for providing the fixed patches. I applied them to my environment, but unfortunately, I still encountered similar issues. [ 96.784384] block nbd0: Double reply on req 00000000619eb9fb, cmd_cookie 51, handle cookie 49 [ 96.847731] block nbd0: Dead connection, failed to find a fallback [ 96.848661] block nbd0: shutting down sockets
Hi Vincent, That's unfortunate. Since the provided qemu command did not work on my setup, I have tried to reproduce this issue as follows (in a VM): modprobe brd nbd-server 1234 /dev/ram0 nbd-client localhost 1234 /dev/nbd0 mkfs.ext4 /dev/nbd0 mount /dev/nbd0 /mnt cd /mnt stress-ng --seq 0 -t 60 --pathological --verbose --times --tz --metrics --hdd 4 I ran the above stress-ng command several times and every time I run that command it succeeds. I'm not sure how to proceed since I cannot reproduce the reported issue. Thanks, Bart.