I have installed ZFS as described in the Gentoo Wiki here with Gentoo kernel version 5.10.27.
I seem to be able to create zpools just fine via
Code: Select all
zpool createCode: Select all
cannot create 'tank': feature 'lz4_compression' unsupported by kernelCode: Select all
# grep LZ4 /usr/src/linux/.config
CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_RD_LZ4=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_LZ4HC=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_DECOMPRESS_LZ4=y
Code: Select all
# grep lz4 /var/lib/portage/world
app-arch/lz4
Code: Select all
[ 5773.453660] sdb: sdb1 sdb9
[ 5773.764591] sdc: sdc1 sdc9
[ 5773.766770] sdc: sdc1 sdc9
Code: Select all
# zpool create -o feature@lz4_compression=on tank mirror <disk1> <disk2>
- why is this happening?
- how can this error be solved?
General system information:
Code: Select all
# uname -r
5.10.27-gentoo
# zpool -V
zfs-2.0.0-rc1_466_g8a915ba1f
zfs-kmod-2.1.99-1


