Summary: | sysutils/smartmontools: periodic script should always alert about failing disks | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alan Somers <asomers> | ||||
Component: | Individual Port(s) | Assignee: | Oleksii Samorukov <samm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Keywords: | buildisok | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(samm) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/155261438 A commit references this bug: Author: asomers Date: Thu Jun 11 14:04:01 UTC 2020 New revision: 538488 URL: https://svnweb.freebsd.org/changeset/ports/538488 Log: sysutils/smartmontools: periodic should always alert about failing disks Periodic scripts should return rc=1 for informational messages. For matters that require urgent attention, then should return rc=3 (or greater). A SMART imminent failure prediction requires urgent attention, so it should return rc=3. PR: 246785 Approved by: samm (maintainer timeout) Sponsored by: Axcient Changes: head/sysutils/smartmontools/Makefile head/sysutils/smartmontools/files/smart.in |
Created attachment 214924 [details] Raises attention level of periodic output for failing disks Periodic scripts should return rc=1 for informational messages. For matters that require urgent attention, then should return rc=3 (or greater). A SMART imminent failure prediction requires urgent attention, so it should return rc=3.