From: Eric Biggers <ebiggers@xxxxxxxxxx> Add a f2fs/compress configuration which causes all files to be automatically compressed, similar to how f2fs/encrypt causes all files to be automatically encrypted. Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> --- test-appliance/files/root/fs/f2fs/cfg/all.list | 1 + test-appliance/files/root/fs/f2fs/cfg/compress | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 test-appliance/files/root/fs/f2fs/cfg/compress diff --git a/test-appliance/files/root/fs/f2fs/cfg/all.list b/test-appliance/files/root/fs/f2fs/cfg/all.list index bc796ff..90a7a36 100644 --- a/test-appliance/files/root/fs/f2fs/cfg/all.list +++ b/test-appliance/files/root/fs/f2fs/cfg/all.list @@ -1,2 +1,3 @@ default encrypt +compress diff --git a/test-appliance/files/root/fs/f2fs/cfg/compress b/test-appliance/files/root/fs/f2fs/cfg/compress new file mode 100644 index 0000000..6f2b954 --- /dev/null +++ b/test-appliance/files/root/fs/f2fs/cfg/compress @@ -0,0 +1,5 @@ +SIZE=small +export MKFS_OPTIONS="-O compression,extra_attr" +export F2FS_MOUNT_OPTIONS="compress_extension=*" +REQUIRE_FEATURE=compression +TESTNAME="F2FS compression" -- 2.39.1