FreeBSD Bugzilla – Attachment 207402 Details for
Bug 240520
sysutils/smartmontools: add in daily smart.in possibility to work with areca controllers and autodetect nvme drives
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add in daily smart.in possibility to work with areca controllers and autodetect nvme drives
smartmontools.diff (text/plain), 716 bytes, created by
Vladimir Druzenko
on 2019-09-12 00:32:45 UTC
(
hide
)
Description:
add in daily smart.in possibility to work with areca controllers and autodetect nvme drives
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2019-09-12 00:32:45 UTC
Size:
716 bytes
patch
obsolete
>--- sysutils/smartmontools/files/smart.in.orig >+++ sysutils/smartmontools/files/smart.in >@@ -16,7 +16,7 @@ > case "${daily_status_smart_devices}" in > # XXX AUTO mode selects only regular ad/da disks > [Aa][Uu][Tt][Oo]) >- daily_status_smart_devices="$(sysctl -n kern.disks | sed -E 's/[[:<:]](cd|ar)[0-9]+//g')" >+ daily_status_smart_devices="$(sysctl -n kern.disks | sed -E 's/[[:<:]](cd|ar)[0-9]+//g; s/nvd/nvme/g')" > ;; > *) ;; > esac >@@ -48,6 +48,9 @@ > ciss*) devflags="-dcciss,${device##ciss[0-9]*,}" > device="/dev/${device%,[0-9]*}" > ;; >+ arcmsr*) devflags="-dareca,${device##arcmsr[0-9]*,}" >+ device="/dev/${device%,[0-9]*}" >+ ;; > /*) ;; > *) device="/dev/${device}" > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240520
: 207402