From: Andreas Dilger Date: Thu, 9 Nov 2023 23:28:45 +0000 (-0700) Subject: LU-17251 tests: use stderr in precreated_ost_obj_count() X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6b89bad677b4e992df4a3b51908adbf9d78bef2c;p=fs%2Flustre-release.git LU-17251 tests: use stderr in precreated_ost_obj_count() Write the status output to stderr instead of stdout, so that it doesn't confuse the caller that is expecting the number of objects precreated in stdout. Test-Parameters: trivial testlist=sanity-scrub,sanity-lfsck Fixes: c39bdce94f ("LU-17251 test: improve parallel-scale rr_alloc test") Signed-off-by: Andreas Dilger Change-Id: Ib9b132a04a88b15cea34872954bfa5c4ddf8cde7 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53062 Reviewed-by: Alex Deiter Tested-by: jenkins Tested-by: Maloo --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index e959a09..02a12bf 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -9576,7 +9576,7 @@ precreated_ost_obj_count() echo " - precreated_ost_obj_count $proc_path" \ "prealloc_last_id: $last_id" \ "prealloc_next_id: $next_id" \ - "count: $ost_obj_count" + "count: $ost_obj_count" 1>&2 echo $ost_obj_count }