[LU-4191] lustre/tests/lnet-selftest.sh: possible misuse of lst --concurrency Created: 30/Oct/13 Updated: 30/Oct/13 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Isaac Huang (Inactive) | Assignee: | WC Triage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 11340 |
| Description |
|
I looked at a lst test script and saw: Unless I've missed something, the two commands are equivalent to a single command: While it's not an error, it doesn't make sense to me to issue two commands while one should suffice. In lustre/tests/lnet-selftest.sh: I think it'd suffice to: Running multiple tests at concurrency 8 should suffice to saturate the network, and concurrency 4 would make it run twice faster. |
| Comments |
| Comment by Isaac Huang (Inactive) [ 30/Oct/13 ] |
|
Also, the script always uses #clients:#servers or #servers:#clients as the distribution. Liang can you please comment if this is right? What do we get with --distribute 3:2 for example? |