Hello,
Seems the ZFS modules are not built into the release and attempting to build it with zfs-dkms fails
------------------------------
Deleting module version: 0.8.3
completely from the DKMS tree.
------------------------------
Done.
Configuring zfs-dkms
--------------------
Licenses of ZFS and Linux are incompatible
ZFS is licensed under the Common Development and Distribution License (CDDL), and the Linux kernel is licensed under the GNU General Public License Version 2 (GPL-2). While both are free open source licenses they are restrictive licenses. The combination of them causes
problems because it prevents using pieces of code exclusively available under one license with pieces of code exclusively available under the other in the same binary.
You are going to build ZFS using DKMS in such a way that they are not going to be built into one monolithic binary. Please be aware that distributing both of the binaries in the same media (disk images, virtual appliances, etc) may lead to infringing.
Loading new zfs-0.8.3 DKMS files...
Building for 5.10.66-27-rockchip-gea60d388902d
Building initial module for 5.10.66-27-rockchip-gea60d388902d
Error! The /var/lib/dkms/zfs/0.8.3/5.10.66-27-rockchip-gea60d388902d/aarch64/dkms.conf for module zfs includes a BUILD_EXCLUSIVE directive which
does not match this kernel/arch. This indicates that it should not be built.
Skipped.
On armbian I couldn’t figure out how to get the kernel headers installed because using armbian-config to do so failed