On 10/18/23 13:29, Bob Pearson wrote:
OK, with clean code from current rdma for-next branch with the .config I sent before, if I run:
rpearson:blktests$ sudo use_siw=1 ./check srp/002
[sudo] password for rpearson:
srp/002 (File I/O on top of multipath concurrently with logout and login (mq))
It hangs. The dmesg trace is attached.
Thank you for having shared the dmesg output. If the test setup is still
in the same state, please try to run the following command:
$ dmsetup ls |
while read a b; do dmsetup message $a 0 fail_if_no_path; done
If this resolves the hang, this hang is not a kernel bug but a bug in
multipathd or in the test scripts.
Thanks,
Bart.