Sitsofe Wheeler
Sitsofe Wheeler
Note: the whole "no-clean" idea may only be applicable to specific ioengines (e.g. I'm not quite sure how this idea works with `libaio` which just leaves the files it makes...
OK I found you've already started https://github.com/brettmilford/fio-rados-tools/blob/master/nocleanup-patch/rpmbuild/SOURCES/fio-3.7-nocleanup.patch . We probably don't want to `nop` it out like that and still leave the existing code... Maybe you could make rados respect...
> Is there something I'm missing here? Is the cleanup function suppose to clean up files/objects generated or is it for something else? It appears, at least, that the rados...
@brettmilford oh wow you made a fix for this... could you submit it as a pull request?
There's now a patch over on https://github.com/axboe/fio/pull/768/commits/9781c080385364d24ac18a95544484864a27611a .
@mingnus This sounds desirable assuming it won't make things dramatically slower. @axboe any thoughts?
@mingnus any follow up to @axboe's comment?
@lic34 I'm afraid we would need at least the full backtrace to be able to take this one further. If it's somewhat deterministic then we might be able to turn...
Get a backtrace of it (I don't have a solaris system so the core itself wouldn't be too useful). Something like ``` gdb --core=path/to/core path/to/fio/binary thread apply all bt quit...
@lic34: > Moreover, I'm using FIO version with 2.0.14 Ah that is important! I'm afraid we (upstream fio) don't support any version of fio other than the latest (at this...