Hey folks,
I'm having issues with a Broadcom 9600-24i controller and ZFS reporting "TRIM unsupported"
Specs:
ZFS reports "(trim unsupported)"
lsblk reports
Any ideas? I'm already in contact with the Broadcom support, but they are sloooooow. Somebody at Level1Techs forum had the same issue: LSI 9600 24i no TRIM support for sata SSD?
I'm aware that I can force TRIM to enabled via
but that's a hack...
I'm having issues with a Broadcom 9600-24i controller and ZFS reporting "TRIM unsupported"
Specs:
- H12SSL-NT + EPYC 7713 @ BIOS 2.8
- HBA: Broadcom 9600-24i (Newest Firmware 8.9.1.0-00000-00002)
- OS: Proxmox VE 8.2.4 @ Kernel 6.8.8-2-pve
- SSDs: 24x Micron 5300 PRO (All Firmware D3MU001) @ Backplane Supermicro BPN-SAS3-216A-N4 (Direct Attach)
ZFS reports "(trim unsupported)"
lsblk reports
Code:
NAME DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO
sda 0 4K 0B 0
├─sda1 0 4K 0B 0
└─sda9 0 4K 0B 0
I'm aware that I can force TRIM to enabled via
Code:
/etc/udev/rules.d/10-trim.rules
ACTION=="add|change", SUBSYSTEM=="scsi_disk", ATTRS{model}=="Micron_5300_MTFD", ATTR{provisioning_mode}="unmap"