Skip to content
Commit 0e9cebe7 authored by Josef Bacik's avatar Josef Bacik Committed by Mike Snitzer
Browse files

dm: add log writes target



Introduce a new target that is meant for file system developers to test file
system integrity at particular points in the life of a file system.  We capture
all write requests and associated data and log them to a separate device
for later replay.  There is a userspace utility to do this replay.  The
idea behind this is to give file system developers a tool to verify that
the file system is always consistent.

Signed-off-by: default avatarJosef Bacik <jbacik@fb.com>
Reviewed-by: default avatarZach Brown <zab@zabbo.net>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 7f61f5a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment