Changes between Initial Version and Version 1 of Ticket #1586


Ignore:
Timestamp:
Apr 12, 2022, 6:21:30 PM (2 years ago)
Author:
Christian Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1586

    • Property Component allsmartd
    • Property Keywords scsi added
    • Property Milestoneunscheduled
    • Property Summary DEVICESCAN -d standby could work for SCSI & SAS devices tooDEVICESCAN -n standby could work for SCSI & SAS devices too
  • Ticket #1586 – Description

    initial v1  
    33Either way, it shouldn't be too hard to make it work in the generic case.  sdparm has a way to detect when a SCSI and SAS disk is spun down:
    44
     5{{{
    56tconnors@pve:~$ for i in /dev/sd[b-gi-z] ; do echo $i ; sudo sdparm --command=sense $i ; done
    67/dev/sdb
     
    5859/dev/sdi
    5960    /dev/sdi: ATA       WDC WD10EAVS-32D  1A01
     61}}}