Whamcloud - gitweb
LU-13911 tests: take osc max_rpcs_in_flight limit into account 87/39687/3
authorVladimir Saveliev <vlaidimir.saveliev@hpe.com>
Wed, 10 Oct 2018 12:08:49 +0000 (08:08 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 26 Jan 2022 05:14:30 +0000 (05:14 +0000)
commit98c08ce83c9db6bee1513fc914ca075325bfae3c
tree1737c9fe9a8d530a8223ed3769f1db9dd8993d74
parent881b4c722296ff7ac22c6fd7988363f2cdad9f1e
LU-13911 tests: take osc max_rpcs_in_flight limit into account

max_rpcs_in_flight for osc is limited to 256. sanity.sh:test_115()
tries to set it to ost.OSS.ost_io.threads_started * 4. The test should
make sure that it does not exceed 256.

HPE-bug-id: LUS-5917
Signed-off-by: Vladimir Saveliev <vlaidimir.saveliev@hpe.com>
Change-Id: I38929e1ed0fe7855e7e60ea43742740c01ae1bd8
Reviewed-on: https://review.whamcloud.com/39687
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Elena Gryaznova <elena.gryaznova@hpe.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh