mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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>
This commit is contained in:
committed by
Eryu Guan
parent
d360eeaff8
commit
7988dbbceb
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user