Skip to content

Setting the offset for writes #1937

@travisdowns

Description

@travisdowns

It would be great to have more control over the offsets for random and sequential writes. For example, I don't think it's possible to request random writes of 1K size which always cross a 4K boundary (so e.g., start offset 3584 + 4K*N for any integer N). This pretty useful for testing NVMe behavior which may have quirks when you cross certain boundaries.

Similarly, it would be nice to be able set up specific sequences of sequental writes, such as ones above. I think it is possible for some loads using both offset=3584 and rw=write:3072 though this is fragile e.g., I think it only works with numjobs=1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementneedreporterinfoWaiting on information from the issue reporterpatcheswelcomeNo one internal is working on this but an external contributor's help is very welcome!

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions