axboe / fio

Flexible I/O Tester
GNU General Public License v2.0
5.01k stars 1.23k forks source link

Created files should be cleaned up at the end of the run #1739

Closed edigaryev closed 3 months ago

edigaryev commented 3 months ago

Problem: when invoking fio --name=test --size=1MB in a given directory, it leaves a file named test.0.0 in that directory and this file is neither (1) removed automatically nor (2) there's an option to remove it.

axboe commented 3 months ago

---unlink=1