seastar icon indicating copy to clipboard operation
seastar copied to clipboard

io_tester: align calculated files size to 4KB in unlink job

Open pwrobelse opened this issue 9 months ago • 4 comments

The calculated file size is used as extent_allocation_size_hint. When it is not aligned to 4KB, then the hint seems to be ignored.

This change implements aligning up the calculated file size to 4KB to ensure that the hint works as expected.

pwrobelse avatar May 23 '24 13:05 pwrobelse