mbox series

[0/2] fstests: prevent dm-log-writes out of order replay issues

Message ID 20190228144128.55583-1-bfoster@redhat.com (mailing list archive)
Headers show
Series fstests: prevent dm-log-writes out of order replay issues | expand

Message

Brian Foster Feb. 28, 2019, 2:41 p.m. UTC
Here's a stab at addressing the out-of-order write issues reproduced by
generic/482 on XFS v5 filesystems. Patch 1 refactors the code to allow
for use of an arbitrary device and patch 2 fixes up generic/482 to use a
thinly provisioned replay device.

This could be factored in different ways and/or be implemented across
the other tests, but the focus here is on generic/482.

Brian

Brian Foster (2):
  common/dmlogwrites: genericize log writes target device
  generic/482: use thin volume as data device

 common/dmlogwrites | 24 ++++++++++++++++++------
 tests/generic/455  |  8 ++++----
 tests/generic/457  |  8 ++++----
 tests/generic/470  |  4 ++--
 tests/generic/482  | 20 ++++++++++++++------
 5 files changed, 42 insertions(+), 22 deletions(-)