Skip to content

Commit

Permalink
Ensure proiler role is honored
Browse files Browse the repository at this point in the history
  • Loading branch information
atheurer committed Mar 5, 2024
1 parent 90d8779 commit 2aa8be9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions endpoints/remotehost/remotehost
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,11 @@ set_ssh_id
base_req_check
# Remotehost tool collection only needs first engine to determine profiler engines
first_engine=`echo ${clients[@]} ${servers[@]} ${profilers[@]} | awk '{print $1}'`
if [ -z "$first_engine" ]; then
# If empty, that can mean only one thing: this remotehost
# has no clients and servers and used profiler:n
first_engine="profiler"
fi
add_profiler_engines "$first_engine" novar
launch_osruntimes
process_roadblocks remotehost $new_followers

0 comments on commit 2aa8be9

Please sign in to comment.