mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-26 19:17:36 +03:00

As detailed in #12022 and #12008, it turns out the current zstd implementation is quite nonportable, and results in various configurations of ondisk header that only each platform can read. So I've added a test which contains a dataset with a file written by Linux/x86_64 and one written by FBSD/ppc64. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes #12030
18 lines
437 B
Makefile
18 lines
437 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/compression
|
|
dist_pkgdata_SCRIPTS = \
|
|
cleanup.ksh \
|
|
setup.ksh \
|
|
compress_001_pos.ksh \
|
|
compress_002_pos.ksh \
|
|
compress_003_pos.ksh \
|
|
compress_004_pos.ksh \
|
|
compress_zstd_bswap.ksh \
|
|
l2arc_compressed_arc.ksh \
|
|
l2arc_compressed_arc_disabled.ksh \
|
|
l2arc_encrypted.ksh \
|
|
l2arc_encrypted_no_compressed_arc.ksh
|
|
|
|
dist_pkgdata_DATA = \
|
|
compress.cfg \
|
|
testpool_zstd.tar.gz
|