aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisono, Tomohiro <misono.tomohiro@jp.fujitsu.com>2017-11-08 13:27:00 +0900
committerEryu Guan <eguan@redhat.com>2017-11-10 12:33:38 +0800
commit7988dbbcebffe79fe524528db115e76b3c20cd90 (patch)
tree603e64c74fe0908fca17960c0bd078615c39ebc9
parentd360eeaff8ad6cc9322db642c5458bf03bd7e55b (diff)
downloadxfstests-7988dbbcebffe79fe524528db115e76b3c20cd90.tar.gz
common/filter.btrfs: add 'zstd' to compress property filter
This fixes the false failure of btrfs/059 when running with the mount option '-o compress=zstd'. Signed-off-by: Tomohiro Misono <misono.tomohiro@jp.fujitsu.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
-rw-r--r--common/filter.btrfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/filter.btrfs b/common/filter.btrfs
index 0cf7f0d3f8..aaff227898 100644
--- a/common/filter.btrfs
+++ b/common/filter.btrfs
@@ -69,7 +69,7 @@ _filter_btrfs_subvol_delete()
_filter_btrfs_compress_property()
{
- sed -e "s/compression=\(lzo\|zlib\)/COMPRESSION=XXX/g"
+ sed -e "s/compression=\(lzo\|zlib\|zstd\)/COMPRESSION=XXX/g"
}
# filter error messages from btrfs prop, optionally verify against $1