From b0f72430aa5c2ad117649554b132688a30dae9ed Mon Sep 17 00:00:00 2001 From: Umer Saleem Date: Wed, 7 Aug 2024 18:13:43 +0500 Subject: [PATCH] Allow upsupported SFPs for Intel network cards There is a compain from user who lost connectivity after updating from CORE to SCALE, as unsupported SFPs are not allowed by default on Linux. This commit updates the module parameter list to allow unsupported or unofficial SFPs for Intel network cards. Unsupported SFPs are allowed on TrueNAS CORE as well. Signed-off-by: Umer Saleem --- src/freenas/usr/lib/modprobe.d/truenas.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freenas/usr/lib/modprobe.d/truenas.conf b/src/freenas/usr/lib/modprobe.d/truenas.conf index 236454db9609a..89eda0d0ad0a6 100644 --- a/src/freenas/usr/lib/modprobe.d/truenas.conf +++ b/src/freenas/usr/lib/modprobe.d/truenas.conf @@ -1,3 +1,4 @@ options spl spl_panic_halt=1 options zfs zfs_default_ibs=15 zfs_arc_shrinker_limit=0 zfs_arc_pc_percent=300 +options ixgbe allow_unsupported_sfp=1 blacklist irdma