Hi,
I’ve upgraded my TrueNAS SCALE installation to Electric Eel. I have a drive that I was using to import data that was from another Linux box that used mdadm mirroring. On Dragonfish I was able to utilise it by doing:
# mdadm --assemble /dev/md0 /dev/sdf1 /dev/sdg1
However, on 24.10, on running that I get:
modprobe: FATAL: Module md_mod not found in directory /lib/modules/6.6.44-production+truenas
mdadm: Fail to create md0 when using /sys/module/md_mod/parameters/new_array, fallback to creation via node
mdadm: unexpected failure opening /dev/md0
Has the required kernel support been removed? If so, was this deliberate or should I raise a bug for it?
Thanks!