You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By definition of how pbench-user-benchmark works, when run_snafu returns, pbench-user-benchmark will stop execution and all collection of tool data, and the created /var/lib/pbench-agent/pbench-user-benchmark_${config}_${datestamp} directory it created will be buttoned up.
Later on line 79, when fiotest.sh is invoked, another pbench run directory will be created for that fio test.
Perhaps consider one of two changes:
Drop the use of pbench-user-benchmark at line 59, and just invoke run_snafu without it.
Drop the use of pbench-fio at line 105 and let "snafu" orchestrate the fio workload itself.
The text was updated successfully, but these errors were encountered:
sed -i 's/\-o StrictHostKeyChecking=no/\-o StrictHostKeyChecking=no \-l default \-p 2022/g' /opt/pbench-agent/base
Mon Sep 28 16:03:35 UTC 2020 Pods for FIO I/O test created.
sed: couldn't open temporary file /opt/pbench-agent/sedN4W3bm: Permission denied
[error][2020-09-28T16:03:40.021683720] pbench-fio: package version is missing in config file
Seems that expectations around the folder structure for /opt/pbench-agent, context user, etc.
Similarly there are also issues around setup of SSH config,
The use of
pbench-user-benchmark
at line 59 of workloads/templates/workload-fio-script-cm.yml appears to be incorrect.By definition of how
pbench-user-benchmark
works, whenrun_snafu
returns,pbench-user-benchmark
will stop execution and all collection of tool data, and the created/var/lib/pbench-agent/pbench-user-benchmark_${config}_${datestamp}
directory it created will be buttoned up.Later on line 79, when
fiotest.sh
is invoked, another pbench run directory will be created for thatfio
test.Perhaps consider one of two changes:
pbench-user-benchmark
at line 59, and just invokerun_snafu
without it.pbench-fio
at line 105 and let "snafu" orchestrate thefio
workload itself.The text was updated successfully, but these errors were encountered: