Opened 4 years ago
Last modified 2 years ago
#1440 new defect
'smartctl -n standby' wakes up Adaptec HBA adapter drives — at Initial Version
Reported by: | Andrey P. | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | all | Version: | 7.2 |
Keywords: | aacraid linux | Cc: |
Description
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:
Apr 11 15:13:18 us6-acs1-stor08 smartd[2742]: Device: /dev/sdbb [SAT], CHECK POWER STATUS spins up disk (0x81 -> 0xff)
Hardware: Adaptec HBA adapter.
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.
The issue is similar to https://www.smartmontools.org/ticket/37