Hi all,
Test setup for bug reproducing:
client1 (sjsc-34) - router (sich-33) - client2 (pink05).
Lustre version 2.5.1 + patch http://review.whamcloud.com/#/c/12496/ (LU-5718 lnet: add offset for selftest brw).
Also, the session_features was set to LST_FEATS_MASK.
The script:
lst new_session tst
lst add_group pink05 172.18.56.133@o2ib
lst add_group sjsc34 172.24.62.76@o2ib1
lst add_batch test
lst add_test --batch test --loop 5 --to pink05 --from sjsc34 brw write size=1000k off=64
lst run test
lst stat pink05 & /bin/sleep 5; kill $!
lst end_session
the test constantly reproduces the error -90:
router: kiblnd_init_rdma()) RDMA too fragmented for 172.24.62.74@o2ib1 (256): 128/251 src 128/250 dst frags
thanks,
Alyona
If I understand corrently, this is believed to be a duplicate of
LU-5718