-----============= acceptance-small: lnet-selftest ============----- Mon Aug 24 02:30:12 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 oleg125-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: 'oleg125-server' oleg125-server: oleg125-server.virtnet: executing load_modules_local oleg125-server: Loading modules from /home/green/git/lustre-release/lustre oleg125-server: detected 4 online CPUs by sysfs oleg125-server: MODOPTS_LIBCFS= oleg125-server: /home/green/git/lustre-release/lustre/tests/test-framework.sh: line 1048: echo: write error: Device or resource busy oleg125-server: Force libcfs to create 2 CPU partitions Stopping clients: oleg125-client.virtnet /mnt/lustre (opts:) Stopping client oleg125-client.virtnet /mnt/lustre opts: == lnet-selftest test smoke: lst regression test ========= 02:30:53 (1787553053) oleg125-client: oleg125-client.virtnet: executing lst_cleanup oleg125-server: oleg125-server.virtnet: executing lst_cleanup oleg125-client: oleg125-client.virtnet: executing lst_setup oleg125-server: oleg125-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.201.25@tcp /home/green/git/lustre-release/lustre/../lnet/utils/lst add_group s 192.168.201.125@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.201.25@tcp are added to session 192.168.201.125@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: 681 RPC/s Min: 681 RPC/s Max: 681 RPC/s [W] Avg: 656 RPC/s Min: 656 RPC/s Max: 656 RPC/s [LNet Bandwidth of c] [R] Avg: 75.61 MiB/s Min: 75.61 MiB/s Max: 75.61 MiB/s [W] Avg: 77.73 MiB/s Min: 77.73 MiB/s Max: 77.73 MiB/s [LNet Rates of s] [R] Avg: 677 RPC/s Min: 677 RPC/s Max: 677 RPC/s [W] Avg: 682 RPC/s Min: 682 RPC/s Max: 682 RPC/s [LNet Bandwidth of s] [R] Avg: 78.28 MiB/s Min: 78.28 MiB/s Max: 78.28 MiB/s [W] Avg: 76.36 MiB/s Min: 76.36 MiB/s Max: 76.36 MiB/s [LNet Rates of c] [R] Avg: 749 RPC/s Min: 749 RPC/s Max: 749 RPC/s [W] Avg: 775 RPC/s Min: 775 RPC/s Max: 775 RPC/s [LNet Bandwidth of c] [R] Avg: 87.22 MiB/s Min: 87.22 MiB/s Max: 87.22 MiB/s [W] Avg: 88.97 MiB/s Min: 88.97 MiB/s Max: 88.97 MiB/s [LNet Rates of s] [R] Avg: 768 RPC/s Min: 768 RPC/s Max: 768 RPC/s [W] Avg: 762 RPC/s Min: 762 RPC/s Max: 762 RPC/s [LNet Bandwidth of s] [R] Avg: 88.66 MiB/s Min: 88.66 MiB/s Max: 88.66 MiB/s [W] Avg: 86.99 MiB/s Min: 86.99 MiB/s Max: 86.99 MiB/s [LNet Rates of c] [R] Avg: 682 RPC/s Min: 682 RPC/s Max: 682 RPC/s [W] Avg: 654 RPC/s Min: 654 RPC/s Max: 654 RPC/s [LNet Bandwidth of c] [R] Avg: 78.38 MiB/s Min: 78.38 MiB/s Max: 78.38 MiB/s [W] Avg: 78.97 MiB/s Min: 78.97 MiB/s Max: 78.97 MiB/s [LNet Rates of s] [R] Avg: 674 RPC/s Min: 674 RPC/s Max: 674 RPC/s [W] Avg: 674 RPC/s Min: 674 RPC/s Max: 674 RPC/s [LNet Bandwidth of s] [R] Avg: 78.65 MiB/s Min: 78.65 MiB/s Max: 78.65 MiB/s [W] Avg: 77.70 MiB/s Min: 77.70 MiB/s Max: 77.70 MiB/s [LNet Rates of c] [R] Avg: 629 RPC/s Min: 629 RPC/s Max: 629 RPC/s [W] Avg: 652 RPC/s Min: 652 RPC/s Max: 652 RPC/s [LNet Bandwidth of c] [R] Avg: 75.05 MiB/s Min: 75.05 MiB/s Max: 75.05 MiB/s [W] Avg: 75.04 MiB/s Min: 75.04 MiB/s Max: 75.04 MiB/s [LNet Rates of s] [R] Avg: 625 RPC/s Min: 625 RPC/s Max: 625 RPC/s [W] Avg: 656 RPC/s Min: 656 RPC/s Max: 656 RPC/s [LNet Bandwidth of s] [R] Avg: 75.28 MiB/s Min: 75.28 MiB/s Max: 75.28 MiB/s [W] Avg: 75.52 MiB/s Min: 75.52 MiB/s Max: 75.52 MiB/s [LNet Rates of c] [R] Avg: 727 RPC/s Min: 727 RPC/s Max: 727 RPC/s [W] Avg: 713 RPC/s Min: 713 RPC/s Max: 713 RPC/s [LNet Bandwidth of c] [R] Avg: 81.02 MiB/s Min: 81.02 MiB/s Max: 81.02 MiB/s [W] Avg: 83.51 MiB/s Min: 83.51 MiB/s Max: 83.51 MiB/s [LNet Rates of s] [R] Avg: 735 RPC/s Min: 735 RPC/s Max: 735 RPC/s [W] Avg: 717 RPC/s Min: 717 RPC/s Max: 717 RPC/s [LNet Bandwidth of s] [R] Avg: 83.38 MiB/s Min: 83.38 MiB/s Max: 83.38 MiB/s [W] Avg: 81.32 MiB/s Min: 81.32 MiB/s Max: 81.32 MiB/s [LNet Rates of c] [R] Avg: 561 RPC/s Min: 561 RPC/s Max: 561 RPC/s [W] Avg: 584 RPC/s Min: 584 RPC/s Max: 584 RPC/s [LNet Bandwidth of c] [R] Avg: 65.27 MiB/s Min: 65.27 MiB/s Max: 65.27 MiB/s [W] Avg: 68.61 MiB/s Min: 68.61 MiB/s Max: 68.61 MiB/s [LNet Rates of s] [R] Avg: 571 RPC/s Min: 571 RPC/s Max: 571 RPC/s [W] Avg: 589 RPC/s Min: 589 RPC/s Max: 589 RPC/s [LNet Bandwidth of s] [R] Avg: 68.61 MiB/s Min: 68.61 MiB/s Max: 68.61 MiB/s [W] Avg: 65.11 MiB/s Min: 65.11 MiB/s Max: 65.11 MiB/s [LNet Rates of c] [R] Avg: 587 RPC/s Min: 587 RPC/s Max: 587 RPC/s [W] Avg: 587 RPC/s Min: 587 RPC/s Max: 587 RPC/s [LNet Bandwidth of c] [R] Avg: 67.59 MiB/s Min: 67.59 MiB/s Max: 67.59 MiB/s [W] Avg: 68.75 MiB/s Min: 68.75 MiB/s Max: 68.75 MiB/s [LNet Rates of s] [R] Avg: 594 RPC/s Min: 594 RPC/s Max: 594 RPC/s [W] Avg: 569 RPC/s Min: 569 RPC/s Max: 569 RPC/s [LNet Bandwidth of s] [R] Avg: 68.62 MiB/s Min: 68.62 MiB/s Max: 68.62 MiB/s [W] Avg: 67.63 MiB/s Min: 67.63 MiB/s Max: 67.63 MiB/s [LNet Rates of c] [R] Avg: 483 RPC/s Min: 483 RPC/s Max: 483 RPC/s [W] Avg: 486 RPC/s Min: 486 RPC/s Max: 486 RPC/s [LNet Bandwidth of c] [R] Avg: 55.67 MiB/s Min: 55.67 MiB/s Max: 55.67 MiB/s [W] Avg: 57.98 MiB/s Min: 57.98 MiB/s Max: 57.98 MiB/s [LNet Rates of s] [R] Avg: 487 RPC/s Min: 487 RPC/s Max: 487 RPC/s [W] Avg: 483 RPC/s Min: 483 RPC/s Max: 483 RPC/s [LNet Bandwidth of s] [R] Avg: 57.98 MiB/s Min: 57.98 MiB/s Max: 57.98 MiB/s [W] Avg: 55.67 MiB/s Min: 55.67 MiB/s Max: 55.67 MiB/s [LNet Rates of c] [R] Avg: 566 RPC/s Min: 566 RPC/s Max: 566 RPC/s [W] Avg: 561 RPC/s Min: 561 RPC/s Max: 561 RPC/s [LNet Bandwidth of c] [R] Avg: 66.55 MiB/s Min: 66.55 MiB/s Max: 66.55 MiB/s [W] Avg: 66.54 MiB/s Min: 66.54 MiB/s Max: 66.54 MiB/s [LNet Rates of s] [R] Avg: 563 RPC/s Min: 563 RPC/s Max: 563 RPC/s [W] Avg: 565 RPC/s Min: 565 RPC/s Max: 565 RPC/s [LNet Bandwidth of s] [R] Avg: 66.52 MiB/s Min: 66.52 MiB/s Max: 66.52 MiB/s [W] Avg: 66.32 MiB/s Min: 66.32 MiB/s Max: 66.32 MiB/s [LNet Rates of c] [R] Avg: 679 RPC/s Min: 679 RPC/s Max: 679 RPC/s [W] Avg: 683 RPC/s Min: 683 RPC/s Max: 683 RPC/s [LNet Bandwidth of c] [R] Avg: 78.50 MiB/s Min: 78.50 MiB/s Max: 78.50 MiB/s [W] Avg: 79.85 MiB/s Min: 79.85 MiB/s Max: 79.85 MiB/s [LNet Rates of s] [R] Avg: 687 RPC/s Min: 687 RPC/s Max: 687 RPC/s [W] Avg: 686 RPC/s Min: 686 RPC/s Max: 686 RPC/s [LNet Bandwidth of s] [R] Avg: 80.15 MiB/s Min: 80.15 MiB/s Max: 80.15 MiB/s [W] Avg: 78.99 MiB/s Min: 78.99 MiB/s Max: 78.99 MiB/s [LNet Rates of c] [R] Avg: 784 RPC/s Min: 784 RPC/s Max: 784 RPC/s [W] Avg: 781 RPC/s Min: 781 RPC/s Max: 781 RPC/s [LNet Bandwidth of c] [R] Avg: 89.57 MiB/s Min: 89.57 MiB/s Max: 89.57 MiB/s [W] Avg: 90.43 MiB/s Min: 90.43 MiB/s Max: 90.43 MiB/s [LNet Rates of s] [R] Avg: 781 RPC/s Min: 781 RPC/s Max: 781 RPC/s [W] Avg: 784 RPC/s Min: 784 RPC/s Max: 784 RPC/s [LNet Bandwidth of s] [R] Avg: 90.22 MiB/s Min: 90.22 MiB/s Max: 90.22 MiB/s [W] Avg: 89.46 MiB/s Min: 89.46 MiB/s Max: 89.46 MiB/s [LNet Rates of c] [R] Avg: 741 RPC/s Min: 741 RPC/s Max: 741 RPC/s [W] Avg: 738 RPC/s Min: 738 RPC/s Max: 738 RPC/s [LNet Bandwidth of c] [R] Avg: 85.86 MiB/s Min: 85.86 MiB/s Max: 85.86 MiB/s [W] Avg: 87.69 MiB/s Min: 87.69 MiB/s Max: 87.69 MiB/s [LNet Rates of s] [R] Avg: 750 RPC/s Min: 750 RPC/s Max: 750 RPC/s [W] Avg: 746 RPC/s Min: 746 RPC/s Max: 746 RPC/s [LNet Bandwidth of s] [R] Avg: 87.57 MiB/s Min: 87.57 MiB/s Max: 87.57 MiB/s [W] Avg: 85.73 MiB/s Min: 85.73 MiB/s Max: 85.73 MiB/s [LNet Rates of c] [R] Avg: 624 RPC/s Min: 624 RPC/s Max: 624 RPC/s [W] Avg: 607 RPC/s Min: 607 RPC/s Max: 607 RPC/s [LNet Bandwidth of c] [R] Avg: 72.18 MiB/s Min: 72.18 MiB/s Max: 72.18 MiB/s [W] Avg: 72.96 MiB/s Min: 72.96 MiB/s Max: 72.96 MiB/s [LNet Rates of s] [R] Avg: 619 RPC/s Min: 619 RPC/s Max: 619 RPC/s [W] Avg: 617 RPC/s Min: 617 RPC/s Max: 617 RPC/s [LNet Bandwidth of s] [R] Avg: 73.02 MiB/s Min: 73.02 MiB/s Max: 73.02 MiB/s [W] Avg: 71.88 MiB/s Min: 71.88 MiB/s Max: 71.88 MiB/s [LNet Rates of c] [R] Avg: 558 RPC/s Min: 558 RPC/s Max: 558 RPC/s [W] Avg: 575 RPC/s Min: 575 RPC/s Max: 575 RPC/s [LNet Bandwidth of c] [R] Avg: 66.60 MiB/s Min: 66.60 MiB/s Max: 66.60 MiB/s [W] Avg: 67.22 MiB/s Min: 67.22 MiB/s Max: 67.22 MiB/s [LNet Rates of s] [R] Avg: 553 RPC/s Min: 553 RPC/s Max: 553 RPC/s [W] Avg: 569 RPC/s Min: 569 RPC/s Max: 569 RPC/s [LNet Bandwidth of s] [R] Avg: 66.73 MiB/s Min: 66.73 MiB/s Max: 66.73 MiB/s [W] Avg: 66.22 MiB/s Min: 66.22 MiB/s Max: 66.22 MiB/s [LNet Rates of c] [R] Avg: 393 RPC/s Min: 393 RPC/s Max: 393 RPC/s [W] Avg: 401 RPC/s Min: 401 RPC/s Max: 401 RPC/s [LNet Bandwidth of c] [R] Avg: 45.67 MiB/s Min: 45.67 MiB/s Max: 45.67 MiB/s [W] Avg: 46.98 MiB/s Min: 46.98 MiB/s Max: 46.98 MiB/s [LNet Rates of s] [R] Avg: 404 RPC/s Min: 404 RPC/s Max: 404 RPC/s [W] Avg: 403 RPC/s Min: 403 RPC/s Max: 403 RPC/s [LNet Bandwidth of s] [R] Avg: 46.50 MiB/s Min: 46.50 MiB/s Max: 46.50 MiB/s [W] Avg: 45.34 MiB/s Min: 45.34 MiB/s Max: 45.34 MiB/s [LNet Rates of c] [R] Avg: 536 RPC/s Min: 536 RPC/s Max: 536 RPC/s [W] Avg: 512 RPC/s Min: 512 RPC/s Max: 512 RPC/s [LNet Bandwidth of c] [R] Avg: 59.97 MiB/s Min: 59.97 MiB/s Max: 59.97 MiB/s [W] Avg: 60.84 MiB/s Min: 60.84 MiB/s Max: 60.84 MiB/s [LNet Rates of s] [R] Avg: 537 RPC/s Min: 537 RPC/s Max: 537 RPC/s [W] Avg: 518 RPC/s Min: 518 RPC/s Max: 518 RPC/s [LNet Bandwidth of s] [R] Avg: 62.16 MiB/s Min: 62.16 MiB/s Max: 62.16 MiB/s [W] Avg: 60.24 MiB/s Min: 60.24 MiB/s Max: 60.24 MiB/s [LNet Rates of c] [R] Avg: 588 RPC/s Min: 588 RPC/s Max: 588 RPC/s [W] Avg: 615 RPC/s Min: 615 RPC/s Max: 615 RPC/s [LNet Bandwidth of c] [R] Avg: 68.43 MiB/s Min: 68.43 MiB/s Max: 68.43 MiB/s [W] Avg: 70.61 MiB/s Min: 70.61 MiB/s Max: 70.61 MiB/s [LNet Rates of s] [R] Avg: 603 RPC/s Min: 603 RPC/s Max: 603 RPC/s [W] Avg: 601 RPC/s Min: 601 RPC/s Max: 601 RPC/s [LNet Bandwidth of s] [R] Avg: 69.80 MiB/s Min: 69.80 MiB/s Max: 69.80 MiB/s [W] Avg: 68.64 MiB/s Min: 68.64 MiB/s Max: 68.64 MiB/s [LNet Rates of c] [R] Avg: 674 RPC/s Min: 674 RPC/s Max: 674 RPC/s [W] Avg: 656 RPC/s Min: 656 RPC/s Max: 656 RPC/s [LNet Bandwidth of c] [R] Avg: 77.91 MiB/s Min: 77.91 MiB/s Max: 77.91 MiB/s [W] Avg: 79.67 MiB/s Min: 79.67 MiB/s Max: 79.67 MiB/s [LNet Rates of s] [R] Avg: 669 RPC/s Min: 669 RPC/s Max: 669 RPC/s [W] Avg: 669 RPC/s Min: 669 RPC/s Max: 669 RPC/s [LNet Bandwidth of s] [R] Avg: 79.80 MiB/s Min: 79.80 MiB/s Max: 79.80 MiB/s [W] Avg: 77.29 MiB/s Min: 77.29 MiB/s Max: 77.29 MiB/s [LNet Rates of c] [R] Avg: 449 RPC/s Min: 449 RPC/s Max: 449 RPC/s [W] Avg: 469 RPC/s Min: 469 RPC/s Max: 469 RPC/s [LNet Bandwidth of c] [R] Avg: 54.18 MiB/s Min: 54.18 MiB/s Max: 54.18 MiB/s [W] Avg: 54.06 MiB/s Min: 54.06 MiB/s Max: 54.06 MiB/s [LNet Rates of s] [R] Avg: 457 RPC/s Min: 457 RPC/s Max: 457 RPC/s [W] Avg: 456 RPC/s Min: 456 RPC/s Max: 456 RPC/s [LNet Bandwidth of s] [R] Avg: 53.96 MiB/s Min: 53.96 MiB/s Max: 53.96 MiB/s [W] Avg: 54.29 MiB/s Min: 54.29 MiB/s Max: 54.29 MiB/s [LNet Rates of c] [R] Avg: 449 RPC/s Min: 449 RPC/s Max: 449 RPC/s [W] Avg: 451 RPC/s Min: 451 RPC/s Max: 451 RPC/s [LNet Bandwidth of c] [R] Avg: 52.43 MiB/s Min: 52.43 MiB/s Max: 52.43 MiB/s [W] Avg: 52.63 MiB/s Min: 52.63 MiB/s Max: 52.63 MiB/s [LNet Rates of s] [R] Avg: 455 RPC/s Min: 455 RPC/s Max: 455 RPC/s [W] Avg: 455 RPC/s Min: 455 RPC/s Max: 455 RPC/s [LNet Bandwidth of s] [R] Avg: 52.21 MiB/s Min: 52.21 MiB/s Max: 52.21 MiB/s [W] Avg: 52.50 MiB/s Min: 52.50 MiB/s Max: 52.50 MiB/s [LNet Rates of c] [R] Avg: 585 RPC/s Min: 585 RPC/s Max: 585 RPC/s [W] Avg: 591 RPC/s Min: 591 RPC/s Max: 591 RPC/s [LNet Bandwidth of c] [R] Avg: 67.37 MiB/s Min: 67.37 MiB/s Max: 67.37 MiB/s [W] Avg: 69.54 MiB/s Min: 69.54 MiB/s Max: 69.54 MiB/s [LNet Rates of s] [R] Avg: 592 RPC/s Min: 592 RPC/s Max: 592 RPC/s [W] Avg: 588 RPC/s Min: 588 RPC/s Max: 588 RPC/s [LNet Bandwidth of s] [R] Avg: 69.54 MiB/s Min: 69.54 MiB/s Max: 69.54 MiB/s [W] Avg: 67.37 MiB/s Min: 67.37 MiB/s Max: 67.37 MiB/s [LNet Rates of c] [R] Avg: 541 RPC/s Min: 541 RPC/s Max: 541 RPC/s [W] Avg: 542 RPC/s Min: 542 RPC/s Max: 542 RPC/s [LNet Bandwidth of c] [R] Avg: 64.01 MiB/s Min: 64.01 MiB/s Max: 64.01 MiB/s [W] Avg: 63.90 MiB/s Min: 63.90 MiB/s Max: 63.90 MiB/s [LNet Rates of s] [R] Avg: 548 RPC/s Min: 548 RPC/s Max: 548 RPC/s [W] Avg: 545 RPC/s Min: 545 RPC/s Max: 545 RPC/s [LNet Bandwidth of s] [R] Avg: 63.98 MiB/s Min: 63.98 MiB/s Max: 63.98 MiB/s [W] Avg: 63.89 MiB/s Min: 63.89 MiB/s Max: 63.89 MiB/s [LNet Rates of c] [R] Avg: 641 RPC/s Min: 641 RPC/s Max: 641 RPC/s [W] Avg: 636 RPC/s Min: 636 RPC/s Max: 636 RPC/s [LNet Bandwidth of c] [R] Avg: 74.78 MiB/s Min: 74.78 MiB/s Max: 74.78 MiB/s [W] Avg: 75.25 MiB/s Min: 75.25 MiB/s Max: 75.25 MiB/s [LNet Rates of s] [R] Avg: 638 RPC/s Min: 638 RPC/s Max: 638 RPC/s [W] Avg: 640 RPC/s Min: 640 RPC/s Max: 640 RPC/s [LNet Bandwidth of s] [R] Avg: 75.33 MiB/s Min: 75.33 MiB/s Max: 75.33 MiB/s [W] Avg: 74.85 MiB/s Min: 74.85 MiB/s Max: 74.85 MiB/s [LNet Rates of c] [R] Avg: 438 RPC/s Min: 438 RPC/s Max: 438 RPC/s [W] Avg: 409 RPC/s Min: 409 RPC/s Max: 409 RPC/s [LNet Bandwidth of c] [R] Avg: 48.82 MiB/s Min: 48.82 MiB/s Max: 48.82 MiB/s [W] Avg: 50.22 MiB/s Min: 50.22 MiB/s Max: 50.22 MiB/s [LNet Rates of s] [R] Avg: 433 RPC/s Min: 433 RPC/s Max: 433 RPC/s [W] Avg: 436 RPC/s Min: 436 RPC/s Max: 436 RPC/s [LNet Bandwidth of s] [R] Avg: 50.74 MiB/s Min: 50.74 MiB/s Max: 50.74 MiB/s [W] Avg: 48.82 MiB/s Min: 48.82 MiB/s Max: 48.82 MiB/s [LNet Rates of c] [R] Avg: 457 RPC/s Min: 457 RPC/s Max: 457 RPC/s [W] Avg: 459 RPC/s Min: 459 RPC/s Max: 459 RPC/s [LNet Bandwidth of c] [R] Avg: 53.90 MiB/s Min: 53.90 MiB/s Max: 53.90 MiB/s [W] Avg: 54.39 MiB/s Min: 54.39 MiB/s Max: 54.39 MiB/s [LNet Rates of s] [R] Avg: 463 RPC/s Min: 463 RPC/s Max: 463 RPC/s [W] Avg: 458 RPC/s Min: 458 RPC/s Max: 458 RPC/s [LNet Bandwidth of s] [R] Avg: 54.01 MiB/s Min: 54.01 MiB/s Max: 54.01 MiB/s [W] Avg: 53.34 MiB/s Min: 53.34 MiB/s Max: 53.34 MiB/s [LNet Rates of c] [R] Avg: 547 RPC/s Min: 547 RPC/s Max: 547 RPC/s [W] Avg: 568 RPC/s Min: 568 RPC/s Max: 568 RPC/s [LNet Bandwidth of c] [R] Avg: 64.88 MiB/s Min: 64.88 MiB/s Max: 64.88 MiB/s [W] Avg: 65.18 MiB/s Min: 65.18 MiB/s Max: 65.18 MiB/s [LNet Rates of s] [R] Avg: 551 RPC/s Min: 551 RPC/s Max: 551 RPC/s [W] Avg: 582 RPC/s Min: 582 RPC/s Max: 582 RPC/s [LNet Bandwidth of s] [R] Avg: 66.01 MiB/s Min: 66.01 MiB/s Max: 66.01 MiB/s [W] Avg: 66.12 MiB/s Min: 66.12 MiB/s Max: 66.12 MiB/s [LNet Rates of c] [R] Avg: 682 RPC/s Min: 682 RPC/s Max: 682 RPC/s [W] Avg: 664 RPC/s Min: 664 RPC/s Max: 664 RPC/s [LNet Bandwidth of c] [R] Avg: 76.08 MiB/s Min: 76.08 MiB/s Max: 76.08 MiB/s [W] Avg: 79.82 MiB/s Min: 79.82 MiB/s Max: 79.82 MiB/s [LNet Rates of s] [R] Avg: 676 RPC/s Min: 676 RPC/s Max: 676 RPC/s [W] Avg: 650 RPC/s Min: 650 RPC/s Max: 650 RPC/s [LNet Bandwidth of s] [R] Avg: 79.79 MiB/s Min: 79.79 MiB/s Max: 79.79 MiB/s [W] Avg: 75.26 MiB/s Min: 75.26 MiB/s Max: 75.26 MiB/s [LNet Rates of c] [R] Avg: 679 RPC/s Min: 679 RPC/s Max: 679 RPC/s [W] Avg: 688 RPC/s Min: 688 RPC/s Max: 688 RPC/s [LNet Bandwidth of c] [R] Avg: 79.38 MiB/s Min: 79.38 MiB/s Max: 79.38 MiB/s [W] Avg: 81.48 MiB/s Min: 81.48 MiB/s Max: 81.48 MiB/s [LNet Rates of s] [R] Avg: 698 RPC/s Min: 698 RPC/s Max: 698 RPC/s [W] Avg: 694 RPC/s Min: 694 RPC/s Max: 694 RPC/s [LNet Bandwidth of s] [R] Avg: 81.30 MiB/s Min: 81.30 MiB/s Max: 81.30 MiB/s [W] Avg: 80.22 MiB/s Min: 80.22 MiB/s Max: 80.22 MiB/s [LNet Rates of c] [R] Avg: 748 RPC/s Min: 748 RPC/s Max: 748 RPC/s [W] Avg: 748 RPC/s Min: 748 RPC/s Max: 748 RPC/s [LNet Bandwidth of c] [R] Avg: 86.33 MiB/s Min: 86.33 MiB/s Max: 86.33 MiB/s [W] Avg: 90.72 MiB/s Min: 90.72 MiB/s Max: 90.72 MiB/s [LNet Rates of s] [R] Avg: 755 RPC/s Min: 755 RPC/s Max: 755 RPC/s [W] Avg: 749 RPC/s Min: 749 RPC/s Max: 749 RPC/s [LNet Bandwidth of s] [R] Avg: 90.52 MiB/s Min: 90.52 MiB/s Max: 90.52 MiB/s [W] Avg: 86.23 MiB/s Min: 86.23 MiB/s Max: 86.23 MiB/s killing 9838 ... 1 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 oleg125-client: oleg125-client.virtnet: executing lst_cleanup oleg125-server: oleg125-server.virtnet: executing lst_cleanup PASS smoke (338s) == lnet-selftest test complete, duration 377 sec ========= 02:36:31 (1787553391) Starting client oleg125-client.virtnet: -o user_xattr,flock 192.168.201.125@tcp:/lustre /mnt/lustre Mount client oleg125-client.virtnet: mount -t lustre -o user_xattr,flock 192.168.201.125@tcp:/lustre /mnt/lustre Started clients oleg125-client.virtnet: 192.168.201.125@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:36:34 (1787553394) === === lnet-selftest: finish cleanup 02:36:37 (1787553397) ===