mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: test full dm snapshot devices
Full DM snapshot devices can return unexpected errors from the underlying device, and this causes problems for filesystems. In particular, xfs used to panic in this test, (fixed by commit 8d6c121 "xfs: fix buffer use after free on IO error"), and on current 4.0-rc3 kernels both ext4 and btrfs trigger WARNINGs. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
@@ -190,6 +190,7 @@ export DMSETUP_PROG="`set_prog_path dmsetup`"
|
||||
export WIPEFS_PROG="`set_prog_path wipefs`"
|
||||
export DUMP_PROG="`set_prog_path dump`"
|
||||
export RESTORE_PROG="`set_prog_path restore`"
|
||||
export LVM_PROG="`set_prog_path lvm`"
|
||||
|
||||
# Generate a comparable xfsprogs version number in the form of
|
||||
# major * 10000 + minor * 100 + release
|
||||
|
||||
Reference in New Issue
Block a user