Online defrag is not currently implemented for journaled data and bigalloc ext4 file systems. The xfstests that exercise online defrag do not verify that the test file system supports that feature before executing, resulting in spurious test failures. (In the case of ext4/307, the test reports success but actually fails because the e4compact test component is ignoring failures.) For the time being, simply exclude these tests to eliminate the test failure noise. Signed-off-by: Eric Whitney <enwlinux@xxxxxxxxx> --- kvm-xfstests/test-appliance/files/root/conf/bigalloc.exclude | 6 ++++++ kvm-xfstests/test-appliance/files/root/conf/bigalloc_1k.exclude | 6 ++++++ kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 kvm-xfstests/test-appliance/files/root/conf/bigalloc.exclude create mode 100644 kvm-xfstests/test-appliance/files/root/conf/bigalloc_1k.exclude diff --git a/kvm-xfstests/test-appliance/files/root/conf/bigalloc.exclude b/kvm-xfstests/test-appliance/files/root/conf/bigalloc.exclude new file mode 100644 index 0000000..b925016 --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/conf/bigalloc.exclude @@ -0,0 +1,6 @@ +ext4/301 +ext4/302 +ext4/303 +ext4/304 +ext4/307 +ext4/308 diff --git a/kvm-xfstests/test-appliance/files/root/conf/bigalloc_1k.exclude b/kvm-xfstests/test-appliance/files/root/conf/bigalloc_1k.exclude new file mode 100644 index 0000000..b925016 --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/conf/bigalloc_1k.exclude @@ -0,0 +1,6 @@ +ext4/301 +ext4/302 +ext4/303 +ext4/304 +ext4/307 +ext4/308 diff --git a/kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude b/kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude index e2bcac3..5d3dcae 100644 --- a/kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude +++ b/kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude @@ -1 +1,7 @@ +ext4/301 +ext4/302 +ext4/303 +ext4/304 +ext4/307 +ext4/308 generic/068 -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html