Changes between Initial Version and Version 1 of Ticket #1440


Ignore:
Timestamp:
Feb 10, 2021, 1:33:42 PM (3 years ago)
Author:
Christian Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1440 – Description

    initial v1  
    11After 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     Apr 11 15:13:18 us6-acs1-stor08 smartd[2742]: Device: /dev/sdbb [SAT], CHECK POWER STATUS spins up disk (0x81 -> 0xff)
    4 
     2{{{
     3Apr 11 15:13:18 us6-acs1-stor08 smartd[2742]: Device: /dev/sdbb [SAT], CHECK POWER STATUS spins up disk (0x81 -> 0xff)
     4}}}
    55Hardware: Adaptec HBA adapter.
    66
    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#L979 in c-tor of class linux_aacraid_device.
     7The 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.
    88
    9 The issue is similar to https://www.smartmontools.org/ticket/37
     9The issue is similar to ticket #37.