Opened 20 months ago
Closed 20 months ago
#898 closed defect (fixed)
SMART test scheduling error
| Reported by: | tpusztai | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | GUI | Version: | 8.0.1-RELEASE |
| Keywords: | SMART tests | Cc: |
Description
If I specify an automatic SMART test via the GUI for, say, 2AM every Monday, the test is executed not only at 2AM, but also at 0AM.
The problem seems to be that an incorrect line is generated in the /etc/local/smartd.conf file:
/dev/ada0 -n standby -W 0,0,0 -s L/(01|02|03|04|05|06|07|08|09|10|11|12)/../(1)/(02|00)
Note the surplus 00 in the (02|00) field at the end.
Change History (1)
comment:1 Changed 20 months ago by william
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in r8204.
Thanks