Changes between Initial Version and Version 1 of Ticket #1440
- Timestamp:
- Feb 10, 2021, 1:33:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1440 – Description
initial v1 1 1 After update from smartctl 6.2 2017-02-27 r4394 Linux 3.10.0-693 to smartctl 6.6 2017-11-05 r4594 Linux 3.10.0-957 we've got logs full of the following messages: 2 3 4 2 {{{ 3 Apr 11 15:13:18 us6-acs1-stor08 smartd[2742]: Device: /dev/sdbb [SAT], CHECK POWER STATUS spins up disk (0x81 -> 0xff) 4 }}} 5 5 Hardware: Adaptec HBA adapter. 6 6 7 The issue affects recent smartctl 7.2 as well. It appears in code block https://github.com/smartmontools/smartmontools/blob/master/smartmontools/os_linux.cpp#L3437 when executing linux_smart_device(O_RDWR|O_NONBLOCK) on line https://github.com/smartmontools/smartmontools/blob/master/smartmontools/os_linux.cpp#L979in c-tor of class linux_aacraid_device.7 The issue affects recent smartctl 7.2 as well. It appears in code block [source:trunk/smartmontools/os_linux.cpp@5208#L3437] when executing linux_smart_device(O_RDWR|O_NONBLOCK) on line [source:trunk/smartmontools/os_linux.cpp@5208#L979] in c-tor of class linux_aacraid_device. 8 8 9 The issue is similar to https://www.smartmontools.org/ticket/379 The issue is similar to ticket #37.