-----============= acceptance-small: lnet-selftest ============----- Mon Aug 24 02:31:11 EDT 2026 MGS_OS_ID_LIKE=rhel centos fedora rocky MGS_OS_VERSION_ID=8.10 MGS_OS_ID=rocky MGS_OS_VERSION_CODE=134873088 MDS1_OS_VERSION_ID=8.10 MDS1_OS_VERSION_CODE=134873088 MDS1_OS_ID_LIKE=rhel centos fedora rocky MDS1_OS_ID=rocky OST1_OS_VERSION_CODE=134873088 OST1_OS_ID_LIKE=rhel centos fedora rocky OST1_OS_VERSION_ID=8.10 OST1_OS_ID=rocky CLIENT_OS_ID=rocky CLIENT_OS_VERSION_CODE=134873088 CLIENT_OS_VERSION_ID=8.10 CLIENT_OS_ID_LIKE=rhel centos fedora rocky oleg239-server: ls: cannot access '/home/green/git/lustre-release/lustre/tests/except/lnet-selftest.*ex': No such file or directory excepting tests: /home/green/git/lustre-release/lustre/tests/test-framework.sh: line 1048: echo: write error: Device or resource busy Loading modules from /home/green/git/lustre-release/lustre detected 4 online CPUs by sysfs MODOPTS_LIBCFS= Force libcfs to create 2 CPU partitions loading modules on: 'oleg239-server' oleg239-server: oleg239-server.virtnet: executing load_modules_local oleg239-server: /home/green/git/lustre-release/lustre/tests/test-framework.sh: line 1048: echo: write error: Device or resource busy oleg239-server: Loading modules from /home/green/git/lustre-release/lustre oleg239-server: detected 4 online CPUs by sysfs oleg239-server: MODOPTS_LIBCFS= oleg239-server: Force libcfs to create 2 CPU partitions Stopping clients: oleg239-client.virtnet /mnt/lustre (opts:) Stopping client oleg239-client.virtnet /mnt/lustre opts: == lnet-selftest test smoke: lst regression test ========= 02:31:47 (1787553107) oleg239-client: oleg239-client.virtnet: executing lst_cleanup oleg239-server: oleg239-server.virtnet: executing lst_cleanup oleg239-client: oleg239-client.virtnet: executing lst_setup oleg239-server: oleg239-server.virtnet: executing lst_setup #!/usr/bin/bash set -e cleanup () { trap 0; echo killing $1 ... ; kill -9 $1 || true; } /home/green/git/lustre-release/lustre/../lnet/utils/lst new_session --timeo 100000 hh /home/green/git/lustre-release/lustre/../lnet/utils/lst add_group c 192.168.202.39@tcp /home/green/git/lustre-release/lustre/../lnet/utils/lst add_group s 192.168.202.139@tcp echo '=====================================' echo 'Listing of bad_group should not crash' echo '=====================================' /home/green/git/lustre-release/lustre/../lnet/utils/lst list_group s bad_group c /home/green/git/lustre-release/lustre/../lnet/utils/lst add_batch b echo '=====================================' echo 'A bulk offset must not overrun the bulk' echo '=====================================' /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --from c --to s brw read check=full size=4096 off=8 echo '=====================================' echo 'A whole page offset must not be counted twice' echo '=====================================' /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --from c --to s brw read check=full size=4096 off=4096 echo '=====================================' echo 'An odd bulk size must not assert' echo '=====================================' /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --from c --to s brw read size=4095 /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --from c --to s brw read size=4095 check=discard /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --from c --to s brw read size=4095 check=full && { echo 'odd size accepted by lst'; exit 1; } /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw write check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=full size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=discard size=4k /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=full size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c brw read check=discard size=1M /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 1 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from c --to s ping /home/green/git/lustre-release/lustre/../lnet/utils/lst add_test --batch b --loop 1000 --concurrency 8 --distribute 1:1 --from s --to c ping /home/green/git/lustre-release/lustre/../lnet/utils/lst run b sleep 1 /home/green/git/lustre-release/lustre/../lnet/utils/lst stat --delay 10 --timeout 10 c s & pid=$! trap "cleanup $pid" INT TERM sleep 300 cleanup $pid SESSION: hh FEATURES: 1 TIMEOUT: 100000 FORCE: No 192.168.202.39@tcp are added to session 192.168.202.139@tcp are added to session ===================================== Listing of bad_group should not crash ===================================== 1 0 0 0 1 (null) 1 0 0 0 1 (null) ===================================== A bulk offset must not overrun the bulk ===================================== Test was added successfully ===================================== A whole page offset must not be counted twice ===================================== Test was added successfully ===================================== An odd bulk size must not assert ===================================== Test was added successfully Test was added successfully Invalid size 4095, needs a multiple of 8 to check Failed to add test (brw) Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully Test was added successfully b is running now [LNet Rates of c] [R] Avg: 698 RPC/s Min: 698 RPC/s Max: 698 RPC/s [W] Avg: 695 RPC/s Min: 695 RPC/s Max: 695 RPC/s [LNet Bandwidth of c] [R] Avg: 79.62 MiB/s Min: 79.62 MiB/s Max: 79.62 MiB/s [W] Avg: 79.41 MiB/s Min: 79.41 MiB/s Max: 79.41 MiB/s [LNet Rates of s] [R] Avg: 696 RPC/s Min: 696 RPC/s Max: 696 RPC/s [W] Avg: 685 RPC/s Min: 685 RPC/s Max: 685 RPC/s [LNet Bandwidth of s] [R] Avg: 79.24 MiB/s Min: 79.24 MiB/s Max: 79.24 MiB/s [W] Avg: 79.72 MiB/s Min: 79.72 MiB/s Max: 79.72 MiB/s [LNet Rates of c] [R] Avg: 752 RPC/s Min: 752 RPC/s Max: 752 RPC/s [W] Avg: 776 RPC/s Min: 776 RPC/s Max: 776 RPC/s [LNet Bandwidth of c] [R] Avg: 88.11 MiB/s Min: 88.11 MiB/s Max: 88.11 MiB/s [W] Avg: 89.45 MiB/s Min: 89.45 MiB/s Max: 89.45 MiB/s [LNet Rates of s] [R] Avg: 773 RPC/s Min: 773 RPC/s Max: 773 RPC/s [W] Avg: 773 RPC/s Min: 773 RPC/s Max: 773 RPC/s [LNet Bandwidth of s] [R] Avg: 89.20 MiB/s Min: 89.20 MiB/s Max: 89.20 MiB/s [W] Avg: 88.84 MiB/s Min: 88.84 MiB/s Max: 88.84 MiB/s [LNet Rates of c] [R] Avg: 715 RPC/s Min: 715 RPC/s Max: 715 RPC/s [W] Avg: 711 RPC/s Min: 711 RPC/s Max: 711 RPC/s [LNet Bandwidth of c] [R] Avg: 81.91 MiB/s Min: 81.91 MiB/s Max: 81.91 MiB/s [W] Avg: 82.75 MiB/s Min: 82.75 MiB/s Max: 82.75 MiB/s [LNet Rates of s] [R] Avg: 715 RPC/s Min: 715 RPC/s Max: 715 RPC/s [W] Avg: 718 RPC/s Min: 718 RPC/s Max: 718 RPC/s [LNet Bandwidth of s] [R] Avg: 82.84 MiB/s Min: 82.84 MiB/s Max: 82.84 MiB/s [W] Avg: 81.88 MiB/s Min: 81.88 MiB/s Max: 81.88 MiB/s [LNet Rates of c] [R] Avg: 579 RPC/s Min: 579 RPC/s Max: 579 RPC/s [W] Avg: 554 RPC/s Min: 554 RPC/s Max: 554 RPC/s [LNet Bandwidth of c] [R] Avg: 66.85 MiB/s Min: 66.85 MiB/s Max: 66.85 MiB/s [W] Avg: 67.33 MiB/s Min: 67.33 MiB/s Max: 67.33 MiB/s [LNet Rates of s] [R] Avg: 583 RPC/s Min: 583 RPC/s Max: 583 RPC/s [W] Avg: 582 RPC/s Min: 582 RPC/s Max: 582 RPC/s [LNet Bandwidth of s] [R] Avg: 67.26 MiB/s Min: 67.26 MiB/s Max: 67.26 MiB/s [W] Avg: 66.59 MiB/s Min: 66.59 MiB/s Max: 66.59 MiB/s [LNet Rates of c] [R] Avg: 515 RPC/s Min: 515 RPC/s Max: 515 RPC/s [W] Avg: 533 RPC/s Min: 533 RPC/s Max: 533 RPC/s [LNet Bandwidth of c] [R] Avg: 61.10 MiB/s Min: 61.10 MiB/s Max: 61.10 MiB/s [W] Avg: 61.48 MiB/s Min: 61.48 MiB/s Max: 61.48 MiB/s [LNet Rates of s] [R] Avg: 519 RPC/s Min: 519 RPC/s Max: 519 RPC/s [W] Avg: 552 RPC/s Min: 552 RPC/s Max: 552 RPC/s [LNet Bandwidth of s] [R] Avg: 61.59 MiB/s Min: 61.59 MiB/s Max: 61.59 MiB/s [W] Avg: 61.22 MiB/s Min: 61.22 MiB/s Max: 61.22 MiB/s [LNet Rates of c] [R] Avg: 680 RPC/s Min: 680 RPC/s Max: 680 RPC/s [W] Avg: 654 RPC/s Min: 654 RPC/s Max: 654 RPC/s [LNet Bandwidth of c] [R] Avg: 76.26 MiB/s Min: 76.26 MiB/s Max: 76.26 MiB/s [W] Avg: 76.45 MiB/s Min: 76.45 MiB/s Max: 76.45 MiB/s [LNet Rates of s] [R] Avg: 661 RPC/s Min: 661 RPC/s Max: 661 RPC/s [W] Avg: 636 RPC/s Min: 636 RPC/s Max: 636 RPC/s [LNet Bandwidth of s] [R] Avg: 75.31 MiB/s Min: 75.31 MiB/s Max: 75.31 MiB/s [W] Avg: 74.37 MiB/s Min: 74.37 MiB/s Max: 74.37 MiB/s [LNet Rates of c] [R] Avg: 704 RPC/s Min: 704 RPC/s Max: 704 RPC/s [W] Avg: 707 RPC/s Min: 707 RPC/s Max: 707 RPC/s [LNet Bandwidth of c] [R] Avg: 80.38 MiB/s Min: 80.38 MiB/s Max: 80.38 MiB/s [W] Avg: 84.43 MiB/s Min: 84.43 MiB/s Max: 84.43 MiB/s [LNet Rates of s] [R] Avg: 736 RPC/s Min: 736 RPC/s Max: 736 RPC/s [W] Avg: 737 RPC/s Min: 737 RPC/s Max: 737 RPC/s [LNet Bandwidth of s] [R] Avg: 86.26 MiB/s Min: 86.26 MiB/s Max: 86.26 MiB/s [W] Avg: 83.22 MiB/s Min: 83.22 MiB/s Max: 83.22 MiB/s [LNet Rates of c] [R] Avg: 651 RPC/s Min: 651 RPC/s Max: 651 RPC/s [W] Avg: 676 RPC/s Min: 676 RPC/s Max: 676 RPC/s [LNet Bandwidth of c] [R] Avg: 77.03 MiB/s Min: 77.03 MiB/s Max: 77.03 MiB/s [W] Avg: 77.61 MiB/s Min: 77.61 MiB/s Max: 77.61 MiB/s [LNet Rates of s] [R] Avg: 663 RPC/s Min: 663 RPC/s Max: 663 RPC/s [W] Avg: 661 RPC/s Min: 661 RPC/s Max: 661 RPC/s [LNet Bandwidth of s] [R] Avg: 77.43 MiB/s Min: 77.43 MiB/s Max: 77.43 MiB/s [W] Avg: 76.74 MiB/s Min: 76.74 MiB/s Max: 76.74 MiB/s [LNet Rates of c] [R] Avg: 739 RPC/s Min: 739 RPC/s Max: 739 RPC/s [W] Avg: 704 RPC/s Min: 704 RPC/s Max: 704 RPC/s [LNet Bandwidth of c] [R] Avg: 84.77 MiB/s Min: 84.77 MiB/s Max: 84.77 MiB/s [W] Avg: 83.86 MiB/s Min: 83.86 MiB/s Max: 83.86 MiB/s [LNet Rates of s] [R] Avg: 731 RPC/s Min: 731 RPC/s Max: 731 RPC/s [W] Avg: 742 RPC/s Min: 742 RPC/s Max: 742 RPC/s [LNet Bandwidth of s] [R] Avg: 84.11 MiB/s Min: 84.11 MiB/s Max: 84.11 MiB/s [W] Avg: 84.73 MiB/s Min: 84.73 MiB/s Max: 84.73 MiB/s [LNet Rates of c] [R] Avg: 731 RPC/s Min: 731 RPC/s Max: 731 RPC/s [W] Avg: 753 RPC/s Min: 753 RPC/s Max: 753 RPC/s [LNet Bandwidth of c] [R] Avg: 86.46 MiB/s Min: 86.46 MiB/s Max: 86.46 MiB/s [W] Avg: 87.00 MiB/s Min: 87.00 MiB/s Max: 87.00 MiB/s [LNet Rates of s] [R] Avg: 723 RPC/s Min: 723 RPC/s Max: 723 RPC/s [W] Avg: 740 RPC/s Min: 740 RPC/s Max: 740 RPC/s [LNet Bandwidth of s] [R] Avg: 85.12 MiB/s Min: 85.12 MiB/s Max: 85.12 MiB/s [W] Avg: 84.51 MiB/s Min: 84.51 MiB/s Max: 84.51 MiB/s [LNet Rates of c] [R] Avg: 520 RPC/s Min: 520 RPC/s Max: 520 RPC/s [W] Avg: 525 RPC/s Min: 525 RPC/s Max: 525 RPC/s [LNet Bandwidth of c] [R] Avg: 59.77 MiB/s Min: 59.77 MiB/s Max: 59.77 MiB/s [W] Avg: 60.05 MiB/s Min: 60.05 MiB/s Max: 60.05 MiB/s [LNet Rates of s] [R] Avg: 537 RPC/s Min: 537 RPC/s Max: 537 RPC/s [W] Avg: 520 RPC/s Min: 520 RPC/s Max: 520 RPC/s [LNet Bandwidth of s] [R] Avg: 60.46 MiB/s Min: 60.46 MiB/s Max: 60.46 MiB/s [W] Avg: 60.76 MiB/s Min: 60.76 MiB/s Max: 60.76 MiB/s [LNet Rates of c] [R] Avg: 754 RPC/s Min: 754 RPC/s Max: 754 RPC/s [W] Avg: 747 RPC/s Min: 747 RPC/s Max: 747 RPC/s [LNet Bandwidth of c] [R] Avg: 87.95 MiB/s Min: 87.95 MiB/s Max: 87.95 MiB/s [W] Avg: 88.32 MiB/s Min: 88.32 MiB/s Max: 88.32 MiB/s [LNet Rates of s] [R] Avg: 751 RPC/s Min: 751 RPC/s Max: 751 RPC/s [W] Avg: 760 RPC/s Min: 760 RPC/s Max: 760 RPC/s [LNet Bandwidth of s] [R] Avg: 88.24 MiB/s Min: 88.24 MiB/s Max: 88.24 MiB/s [W] Avg: 87.87 MiB/s Min: 87.87 MiB/s Max: 87.87 MiB/s [LNet Rates of c] [R] Avg: 832 RPC/s Min: 832 RPC/s Max: 832 RPC/s [W] Avg: 827 RPC/s Min: 827 RPC/s Max: 827 RPC/s [LNet Bandwidth of c] [R] Avg: 95.59 MiB/s Min: 95.59 MiB/s Max: 95.59 MiB/s [W] Avg: 96.75 MiB/s Min: 96.75 MiB/s Max: 96.75 MiB/s [LNet Rates of s] [R] Avg: 836 RPC/s Min: 836 RPC/s Max: 836 RPC/s [W] Avg: 840 RPC/s Min: 840 RPC/s Max: 840 RPC/s [LNet Bandwidth of s] [R] Avg: 96.81 MiB/s Min: 96.81 MiB/s Max: 96.81 MiB/s [W] Avg: 95.43 MiB/s Min: 95.43 MiB/s Max: 95.43 MiB/s [LNet Rates of c] [R] Avg: 924 RPC/s Min: 924 RPC/s Max: 924 RPC/s [W] Avg: 897 RPC/s Min: 897 RPC/s Max: 897 RPC/s [LNet Bandwidth of c] [R] Avg: 105.45 MiB/s Min: 105.45 MiB/s Max: 105.45 MiB/s [W] Avg: 103.94 MiB/s Min: 103.94 MiB/s Max: 103.94 MiB/s [LNet Rates of s] [R] Avg: 917 RPC/s Min: 917 RPC/s Max: 917 RPC/s [W] Avg: 926 RPC/s Min: 926 RPC/s Max: 926 RPC/s [LNet Bandwidth of s] [R] Avg: 105.31 MiB/s Min: 105.31 MiB/s Max: 105.31 MiB/s [W] Avg: 105.62 MiB/s Min: 105.62 MiB/s Max: 105.62 MiB/s [LNet Rates of c] [R] Avg: 702 RPC/s Min: 702 RPC/s Max: 702 RPC/s [W] Avg: 694 RPC/s Min: 694 RPC/s Max: 694 RPC/s [LNet Bandwidth of c] [R] Avg: 80.22 MiB/s Min: 80.22 MiB/s Max: 80.22 MiB/s [W] Avg: 81.28 MiB/s Min: 81.28 MiB/s Max: 81.28 MiB/s [LNet Rates of s] [R] Avg: 690 RPC/s Min: 690 RPC/s Max: 690 RPC/s [W] Avg: 691 RPC/s Min: 691 RPC/s Max: 691 RPC/s [LNet Bandwidth of s] [R] Avg: 79.31 MiB/s Min: 79.31 MiB/s Max: 79.31 MiB/s [W] Avg: 78.47 MiB/s Min: 78.47 MiB/s Max: 78.47 MiB/s [LNet Rates of c] [R] Avg: 590 RPC/s Min: 590 RPC/s Max: 590 RPC/s [W] Avg: 612 RPC/s Min: 612 RPC/s Max: 612 RPC/s [LNet Bandwidth of c] [R] Avg: 69.99 MiB/s Min: 69.99 MiB/s Max: 69.99 MiB/s [W] Avg: 69.66 MiB/s Min: 69.66 MiB/s Max: 69.66 MiB/s [LNet Rates of s] [R] Avg: 611 RPC/s Min: 611 RPC/s Max: 611 RPC/s [W] Avg: 612 RPC/s Min: 612 RPC/s Max: 612 RPC/s [LNet Bandwidth of s] [R] Avg: 69.73 MiB/s Min: 69.73 MiB/s Max: 69.73 MiB/s [W] Avg: 70.83 MiB/s Min: 70.83 MiB/s Max: 70.83 MiB/s [LNet Rates of c] [R] Avg: 743 RPC/s Min: 743 RPC/s Max: 743 RPC/s [W] Avg: 715 RPC/s Min: 715 RPC/s Max: 715 RPC/s [LNet Bandwidth of c] [R] Avg: 83.19 MiB/s Min: 83.19 MiB/s Max: 83.19 MiB/s [W] Avg: 84.73 MiB/s Min: 84.73 MiB/s Max: 84.73 MiB/s [LNet Rates of s] [R] Avg: 728 RPC/s Min: 728 RPC/s Max: 728 RPC/s [W] Avg: 733 RPC/s Min: 733 RPC/s Max: 733 RPC/s [LNet Bandwidth of s] [R] Avg: 83.97 MiB/s Min: 83.97 MiB/s Max: 83.97 MiB/s [W] Avg: 82.67 MiB/s Min: 82.67 MiB/s Max: 82.67 MiB/s [LNet Rates of c] [R] Avg: 638 RPC/s Min: 638 RPC/s Max: 638 RPC/s [W] Avg: 631 RPC/s Min: 631 RPC/s Max: 631 RPC/s [LNet Bandwidth of c] [R] Avg: 73.38 MiB/s Min: 73.38 MiB/s Max: 73.38 MiB/s [W] Avg: 74.51 MiB/s Min: 74.51 MiB/s Max: 74.51 MiB/s [LNet Rates of s] [R] Avg: 633 RPC/s Min: 633 RPC/s Max: 633 RPC/s [W] Avg: 641 RPC/s Min: 641 RPC/s Max: 641 RPC/s [LNet Bandwidth of s] [R] Avg: 73.54 MiB/s Min: 73.54 MiB/s Max: 73.54 MiB/s [W] Avg: 73.09 MiB/s Min: 73.09 MiB/s Max: 73.09 MiB/s [LNet Rates of c] [R] Avg: 647 RPC/s Min: 647 RPC/s Max: 647 RPC/s [W] Avg: 648 RPC/s Min: 648 RPC/s Max: 648 RPC/s [LNet Bandwidth of c] [R] Avg: 75.38 MiB/s Min: 75.38 MiB/s Max: 75.38 MiB/s [W] Avg: 75.78 MiB/s Min: 75.78 MiB/s Max: 75.78 MiB/s [LNet Rates of s] [R] Avg: 664 RPC/s Min: 664 RPC/s Max: 664 RPC/s [W] Avg: 674 RPC/s Min: 674 RPC/s Max: 674 RPC/s [LNet Bandwidth of s] [R] Avg: 77.12 MiB/s Min: 77.12 MiB/s Max: 77.12 MiB/s [W] Avg: 76.07 MiB/s Min: 76.07 MiB/s Max: 76.07 MiB/s [LNet Rates of c] [R] Avg: 755 RPC/s Min: 755 RPC/s Max: 755 RPC/s [W] Avg: 755 RPC/s Min: 755 RPC/s Max: 755 RPC/s [LNet Bandwidth of c] [R] Avg: 86.49 MiB/s Min: 86.49 MiB/s Max: 86.49 MiB/s [W] Avg: 88.68 MiB/s Min: 88.68 MiB/s Max: 88.68 MiB/s [LNet Rates of s] [R] Avg: 764 RPC/s Min: 764 RPC/s Max: 764 RPC/s [W] Avg: 755 RPC/s Min: 755 RPC/s Max: 755 RPC/s [LNet Bandwidth of s] [R] Avg: 88.76 MiB/s Min: 88.76 MiB/s Max: 88.76 MiB/s [W] Avg: 86.76 MiB/s Min: 86.76 MiB/s Max: 86.76 MiB/s [LNet Rates of c] [R] Avg: 649 RPC/s Min: 649 RPC/s Max: 649 RPC/s [W] Avg: 647 RPC/s Min: 647 RPC/s Max: 647 RPC/s [LNet Bandwidth of c] [R] Avg: 75.32 MiB/s Min: 75.32 MiB/s Max: 75.32 MiB/s [W] Avg: 75.83 MiB/s Min: 75.83 MiB/s Max: 75.83 MiB/s [LNet Rates of s] [R] Avg: 656 RPC/s Min: 656 RPC/s Max: 656 RPC/s [W] Avg: 662 RPC/s Min: 662 RPC/s Max: 662 RPC/s [LNet Bandwidth of s] [R] Avg: 75.85 MiB/s Min: 75.85 MiB/s Max: 75.85 MiB/s [W] Avg: 74.91 MiB/s Min: 74.91 MiB/s Max: 74.91 MiB/s [LNet Rates of c] [R] Avg: 657 RPC/s Min: 657 RPC/s Max: 657 RPC/s [W] Avg: 668 RPC/s Min: 668 RPC/s Max: 668 RPC/s [LNet Bandwidth of c] [R] Avg: 76.64 MiB/s Min: 76.64 MiB/s Max: 76.64 MiB/s [W] Avg: 76.52 MiB/s Min: 76.52 MiB/s Max: 76.52 MiB/s [LNet Rates of s] [R] Avg: 661 RPC/s Min: 661 RPC/s Max: 661 RPC/s [W] Avg: 667 RPC/s Min: 667 RPC/s Max: 667 RPC/s [LNet Bandwidth of s] [R] Avg: 76.63 MiB/s Min: 76.63 MiB/s Max: 76.63 MiB/s [W] Avg: 77.33 MiB/s Min: 77.33 MiB/s Max: 77.33 MiB/s [LNet Rates of c] [R] Avg: 732 RPC/s Min: 732 RPC/s Max: 732 RPC/s [W] Avg: 711 RPC/s Min: 711 RPC/s Max: 711 RPC/s [LNet Bandwidth of c] [R] Avg: 83.80 MiB/s Min: 83.80 MiB/s Max: 83.80 MiB/s [W] Avg: 84.84 MiB/s Min: 84.84 MiB/s Max: 84.84 MiB/s [LNet Rates of s] [R] Avg: 732 RPC/s Min: 732 RPC/s Max: 732 RPC/s [W] Avg: 733 RPC/s Min: 733 RPC/s Max: 733 RPC/s [LNet Bandwidth of s] [R] Avg: 84.83 MiB/s Min: 84.83 MiB/s Max: 84.83 MiB/s [W] Avg: 83.11 MiB/s Min: 83.11 MiB/s Max: 83.11 MiB/s [LNet Rates of c] [R] Avg: 813 RPC/s Min: 813 RPC/s Max: 813 RPC/s [W] Avg: 831 RPC/s Min: 831 RPC/s Max: 831 RPC/s [LNet Bandwidth of c] [R] Avg: 94.78 MiB/s Min: 94.78 MiB/s Max: 94.78 MiB/s [W] Avg: 95.06 MiB/s Min: 95.06 MiB/s Max: 95.06 MiB/s [LNet Rates of s] [R] Avg: 819 RPC/s Min: 819 RPC/s Max: 819 RPC/s [W] Avg: 825 RPC/s Min: 825 RPC/s Max: 825 RPC/s [LNet Bandwidth of s] [R] Avg: 94.83 MiB/s Min: 94.83 MiB/s Max: 94.83 MiB/s [W] Avg: 95.07 MiB/s Min: 95.07 MiB/s Max: 95.07 MiB/s [LNet Rates of c] [R] Avg: 757 RPC/s Min: 757 RPC/s Max: 757 RPC/s [W] Avg: 756 RPC/s Min: 756 RPC/s Max: 756 RPC/s [LNet Bandwidth of c] [R] Avg: 86.51 MiB/s Min: 86.51 MiB/s Max: 86.51 MiB/s [W] Avg: 86.78 MiB/s Min: 86.78 MiB/s Max: 86.78 MiB/s [LNet Rates of s] [R] Avg: 762 RPC/s Min: 762 RPC/s Max: 762 RPC/s [W] Avg: 765 RPC/s Min: 765 RPC/s Max: 765 RPC/s [LNet Bandwidth of s] [R] Avg: 87.01 MiB/s Min: 87.01 MiB/s Max: 87.01 MiB/s [W] Avg: 86.35 MiB/s Min: 86.35 MiB/s Max: 86.35 MiB/s [LNet Rates of c] [R] Avg: 661 RPC/s Min: 661 RPC/s Max: 661 RPC/s [W] Avg: 659 RPC/s Min: 659 RPC/s Max: 659 RPC/s [LNet Bandwidth of c] [R] Avg: 76.92 MiB/s Min: 76.92 MiB/s Max: 76.92 MiB/s [W] Avg: 77.79 MiB/s Min: 77.79 MiB/s Max: 77.79 MiB/s [LNet Rates of s] [R] Avg: 663 RPC/s Min: 663 RPC/s Max: 663 RPC/s [W] Avg: 666 RPC/s Min: 666 RPC/s Max: 666 RPC/s [LNet Bandwidth of s] [R] Avg: 77.84 MiB/s Min: 77.84 MiB/s Max: 77.84 MiB/s [W] Avg: 77.07 MiB/s Min: 77.07 MiB/s Max: 77.07 MiB/s [LNet Rates of c] [R] Avg: 717 RPC/s Min: 717 RPC/s Max: 717 RPC/s [W] Avg: 715 RPC/s Min: 715 RPC/s Max: 715 RPC/s [LNet Bandwidth of c] [R] Avg: 82.20 MiB/s Min: 82.20 MiB/s Max: 82.20 MiB/s [W] Avg: 81.53 MiB/s Min: 81.53 MiB/s Max: 81.53 MiB/s [LNet Rates of s] [R] Avg: 721 RPC/s Min: 721 RPC/s Max: 721 RPC/s [W] Avg: 729 RPC/s Min: 729 RPC/s Max: 729 RPC/s [LNet Bandwidth of s] [R] Avg: 81.61 MiB/s Min: 81.61 MiB/s Max: 81.61 MiB/s [W] Avg: 82.61 MiB/s Min: 82.61 MiB/s Max: 82.61 MiB/s [LNet Rates of c] [R] Avg: 705 RPC/s Min: 705 RPC/s Max: 705 RPC/s [W] Avg: 696 RPC/s Min: 696 RPC/s Max: 696 RPC/s [LNet Bandwidth of c] [R] Avg: 81.99 MiB/s Min: 81.99 MiB/s Max: 81.99 MiB/s [W] Avg: 82.84 MiB/s Min: 82.84 MiB/s Max: 82.84 MiB/s [LNet Rates of s] [R] Avg: 704 RPC/s Min: 704 RPC/s Max: 704 RPC/s [W] Avg: 726 RPC/s Min: 726 RPC/s Max: 726 RPC/s [LNet Bandwidth of s] [R] Avg: 82.96 MiB/s Min: 82.96 MiB/s Max: 82.96 MiB/s [W] Avg: 81.34 MiB/s Min: 81.34 MiB/s Max: 81.34 MiB/s [LNet Rates of c] [R] Avg: 676 RPC/s Min: 676 RPC/s Max: 676 RPC/s [W] Avg: 649 RPC/s Min: 649 RPC/s Max: 649 RPC/s [LNet Bandwidth of c] [R] Avg: 77.26 MiB/s Min: 77.26 MiB/s Max: 77.26 MiB/s [W] Avg: 76.84 MiB/s Min: 76.84 MiB/s Max: 76.84 MiB/s [LNet Rates of s] [R] Avg: 679 RPC/s Min: 679 RPC/s Max: 679 RPC/s [W] Avg: 663 RPC/s Min: 663 RPC/s Max: 663 RPC/s [LNet Bandwidth of s] [R] Avg: 76.29 MiB/s Min: 76.29 MiB/s Max: 76.29 MiB/s [W] Avg: 77.30 MiB/s Min: 77.30 MiB/s Max: 77.30 MiB/s killing 10484 ... 2 batch in stopping Batch is stopped c: Total 0 error nodes in c s: Total 0 error nodes in s Total 0 error nodes in c Total 0 error nodes in s oleg239-client: oleg239-client.virtnet: executing lst_cleanup oleg239-server: oleg239-server.virtnet: executing lst_cleanup PASS smoke (337s) == lnet-selftest test complete, duration 370 sec ========= 02:37:23 (1787553443) Starting client oleg239-client.virtnet: -o user_xattr,flock 192.168.202.139@tcp:/lustre /mnt/lustre Mount client oleg239-client.virtnet: mount -t lustre -o user_xattr,flock 192.168.202.139@tcp:/lustre /mnt/lustre Started clients oleg239-client.virtnet: 192.168.202.139@tcp:/lustre on /mnt/lustre type lustre (rw,flock,checksum,encrypt,lazystatfs,lruresize,nolock,statfs_project,nosync_on_close,nouser_fid2path,user_xattr,verbose) === lnet-selftest: start cleanup 02:37:25 (1787553445) === === lnet-selftest: finish cleanup 02:37:28 (1787553448) ===