[Bug 294980] mrsas(4) detaches all drives after init

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 May 2026 16:27:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294980

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org

--- Comment #20 from John Baldwin <jhb@FreeBSD.org> ---
Thinking about this a bit more, my understanding is that the smartd compiled
against 13.5 didn't work correctly with a 14.0 userland?  My best guess is that
there is an ABI change in a library used by smartd (like libcam).  Does smartd
work ok if you disable it temporarily until you can pkg upgrade to a new
version of smartd compiled against 14?  If so, then we probably aren't able to
fix this type of breakage (it would break too many other things for binaries
compiled on 14.x).  Probably the best we can do is document this as the
workaround to use for this case.

-- 
You are receiving this mail because:
You are the assignee for the bug.