Changes between Initial Version and Version 1 of Ticket #1586
- Timestamp:
- Apr 12, 2022, 6:21:30 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1586
- Property Component all → smartd
- Property Keywords scsi added
- Property Milestone → unscheduled
- Property Summary DEVICESCAN -d standby could work for SCSI & SAS devices too → DEVICESCAN -n standby could work for SCSI & SAS devices too
-
Ticket #1586 – Description
initial v1 3 3 Either 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: 4 4 5 {{{ 5 6 tconnors@pve:~$ for i in /dev/sd[b-gi-z] ; do echo $i ; sudo sdparm --command=sense $i ; done 6 7 /dev/sdb … … 58 59 /dev/sdi 59 60 /dev/sdi: ATA WDC WD10EAVS-32D 1A01 61 }}}