[LU-17368] recovery-[mds,oss,random]-scale: init the variables in correct order Created: 15/Dec/23 Updated: 15/Dec/23 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.16.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Gryaznova | Assignee: | Elena Gryaznova |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Epic/Theme: | patch |
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
recovery-mds-scale.sh:
. $LUSTRE/tests/recovery-scale-lib.sh
init_test_env "$@"
init_logging
recovery-scale-lib.sh expects the CLIENTS set:
NODES_TO_USE=${NODES_TO_USE:-$CLIENTS}
but this variable initialized later in recovery-[mds,oss,random]-scale.sh:init_logging() :
init_logging() ->
init_clients_lists () ->
export CLIENTS=$(comma_list $clients)
The current wrong order leads to empty NODES_TO_USE and these suites failed: dd: ssh: Could not resolve hostname dd: Name or service not known |
| Comments |
| Comment by Gerrit Updater [ 15/Dec/23 ] |
|
"Elena <elena.gryaznova@hpe.com>" uploaded a new patch: https://review.whamcloud.com/c/fs/lustre-release/+/53477 |