examples: Add example for atomic write verify atomic-writes
authorJohn Garry <john.g.garry@oracle.com>
Mon, 16 Sep 2024 16:53:47 +0000 (16:53 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Sep 2024 18:15:15 +0000 (12:15 -0600)
commitf23208c8860de515f025af6ac34d6a227f277e67
tree570873df0b7138e1d77d333c43529fa7258e471b
parent2dd80ee4598bcd69d1413fd2f1205cbffb56d787
examples: Add example for atomic write verify

Add an example for verifying atomic writes.

Until now, atomic writes are only supported on Linux for block devices, so
only give instructions on for that.

Currently support is being worked on for XFS and EXT4, and instructions can
be updated in due course.

Signed-off-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20240916165347.2226763-10-john.g.garry@oracle.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
examples/atomic-verify.fio [new file with mode: 0644]