Duplicate the contents of the data_journal exclude file for the data_journal_noleak test case. This will prevent failure reports from tests already known to exercise unsupported online defrag functionality. Add an explanatory comment to both exclude files for future reference. Signed-off-by: Eric Whitney <enwlinux@xxxxxxxxx> --- kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude | 1 + .../test-appliance/files/root/conf/data_journal_noleak.exclude | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 kvm-xfstests/test-appliance/files/root/conf/data_journal_noleak.exclude 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 b925016..7190c8c 100644 --- a/kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude +++ b/kvm-xfstests/test-appliance/files/root/conf/data_journal.exclude @@ -1,3 +1,4 @@ +# data_journal does not support on-line defrag ext4/301 ext4/302 ext4/303 diff --git a/kvm-xfstests/test-appliance/files/root/conf/data_journal_noleak.exclude b/kvm-xfstests/test-appliance/files/root/conf/data_journal_noleak.exclude new file mode 100644 index 0000000..7190c8c --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/conf/data_journal_noleak.exclude @@ -0,0 +1,7 @@ +# data_journal does not support on-line defrag +ext4/301 +ext4/302 +ext4/303 +ext4/304 +ext4/307 +ext4/308 -- 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