louwrentius / fio-plot

Create charts from FIO storage benchmark tool output
BSD 3-Clause "New" or "Revised" License
370 stars 87 forks source link

Missing Path in python function "write_fio_job_file" #144

Closed Tabimeter closed 6 months ago

Tabimeter commented 7 months ago

Hi, i had a Problem with bench_fio where it said "Failed to write temporary Fio job file at tmpjobfile". I searched the string and its in file generatefio.py . When "tmpjobfile" is changed to "{tmpjobfile}" it prints out the path correctly. Somehow there was already a file with the same name in the /tmp folder (tried a few settings before for bench_fio and terminated often with ctrl-C ), after deleting the file in /tmp everything worked as expected.

Greetings

louwrentius commented 7 months ago

Thanks for the report!