[Bug 212211] mrsas (4) does not allow smartctl to access S.M.A.R.T data from physical drive hidden under /dev/daX

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Nov 2021 04:03:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212211

--- Comment #12 from Terry Kennedy <terry-freebsd@glaver.org> ---
Created attachment 229666
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229666&action=edit
Changes to daily periodic smart script

The attached patch enables daily SMART status reports as part of the nightly
periodic jobs. The following needs to be added to /etc/periodic.conf (season to
taste):

daily_status_smart_devices="mrsas0,0 mrsas0,1 mrsas0,2 mrsas0,3"
daily_status_smart_enable="YES"

I believe the patch to enable SMART support provides support for devices other
than /dev/mrsas0. In that case, the attached patch will need to be extended to
understand those additional devices.

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