- Joined
- Nov 25, 2013
- Messages
- 7,776
Hey, guys,
IIRC FreeNAS 11-STABLE is based on FreeBSD 11-STABLE? Correct? I just wanted to ask if this patch already made it into FreeNAS:
https://svnweb.freebsd.org/base?view=revision&revision=326782
Reason for asking: from an admin's point of view this seems not to be the case. My two SSDs of ID "Crucial CT275MX300SSD4 M0CR060" are identified with NCQ_TRIM_BROKEN although they should not match the patterns in the quirks table. There is a bug in the FreeBSD pattern matching code that was fixed by Warner Losh in the linked revision.
Thanks for clarifying!
Patrick
P.S. If anyone else is facing the same problem (minor annoyance, really), here's the workaround:
IIRC FreeNAS 11-STABLE is based on FreeBSD 11-STABLE? Correct? I just wanted to ask if this patch already made it into FreeNAS:
https://svnweb.freebsd.org/base?view=revision&revision=326782
Reason for asking: from an admin's point of view this seems not to be the case. My two SSDs of ID "Crucial CT275MX300SSD4 M0CR060" are identified with NCQ_TRIM_BROKEN although they should not match the patterns in the quirks table. There is a bug in the FreeBSD pattern matching code that was fixed by Warner Losh in the linked revision.
Thanks for clarifying!
Patrick
P.S. If anyone else is facing the same problem (minor annoyance, really), here's the workaround:
Code:
kern.cam.ada.4.quirks="0" # Fix NCQ TRIM for ada4 kern.cam.ada.5.quirks="0" # Fix NCQ TRIM for ada5