-
Spin down von SATA Platten am HBA funktioniert nicht
Hallo zusammen Ich nutze einen Dell T340 mit einem HBA330 Raid Controller (IT Mode geflasht). Über die Backplane habe ich 4xSAS und 4xSata Platten. Zusätzlich nutze ich einen Mini SAS 36P sff-8087 zu 4-SATA-Festplatten Adapter, wo noch eine weitere SATA Platte angebunden ist. Das Plugin "Spin Down Sas Drives" ist installiert. Leider funktioniert der Spin Down der 4x Sata Platten (WD RED Pro) am HBA nicht. In den Logs kommt direkt ein Smart Read. Auf den Disks ist keine i/o. Geprüft habe ich es auch mit dem File Activity Plugin. Der Spin down der Platte am Mini SAS funktioniert ohne Probleme. Auch bei den SAS Platten funktioniert es. Den Spin Down habe auch über cmd getestet, mit hdparm und sogar mit sdparm. Kann mir jemand hier weiterhelfen? achso, mein Unraid läuft auf 6.11.5. Danke und Gruss. root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -y /dev/sdi Sun May 14 13:26:21 CEST 2023 /dev/sdi: issuing standby command root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:23 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:24 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:25 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:26 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:27 CEST 2023 /dev/sdi: drive state is: active/idle root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && sdparm --readonly --command=stop /dev/sdi Sun May 14 13:28:49 CEST 2023 /dev/sdi: ATA WDC WD4003FFBX-6 0A83 root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:50 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:52 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:53 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:53 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:54 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:55 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:56 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:57 CEST 2023 /dev/sdi: drive state is: active/idle
-
[Plugin] Spin Down SAS Drives
Hi doron I have to correct myself. i ran some further tests today. It seems like the issue with SATA in combination with the HBA is not solved. "hdparm -y /dev/sdi" put the disk to standby, but it became active again within seconds. same behavior with "sg_start --readonly --stop /dev/sdi" and also with "sdparm --readonly --commamd=stop /dev/sdi" Tested with all my SATA disk, there is are i/o activities. Docker and VM are disabled. root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -y /dev/sdi Sun May 14 13:26:21 CEST 2023 /dev/sdi: issuing standby command root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:23 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:24 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:25 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:26 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:26:27 CEST 2023 /dev/sdi: drive state is: active/idle root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && sdparm --readonly --command=stop /dev/sdi Sun May 14 13:28:49 CEST 2023 /dev/sdi: ATA WDC WD4003FFBX-6 0A83 root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:50 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:52 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:53 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:53 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:54 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:55 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:56 CEST 2023 /dev/sdi: drive state is: standby root@dell-t340:/usr/local/emhttp/plugins/sas-spindown# date && hdparm -C /dev/sdi Sun May 14 13:28:57 CEST 2023 /dev/sdi: drive state is: active/idle
-
[Plugin] Spin Down SAS Drives
@Doron, please find the output below. The power consumption was also lower. And right after i accessed a file, there was SMART read. root@dell-t340:~# sdparm --command=sense /dev/sdi /dev/sdi: ATA WDC WD4003FFBX-6 0A83 root@dell-t340:~# sg_start -r --pc=3 /dev/sdi root@dell-t340:~# sdparm --command=sense /dev/sdi /dev/sdi: ATA WDC WD4003FFBX-6 0A83 Additional sense: Standby condition activated by command root@dell-t340:~# root@dell-t340:~# head -n1 /mnt/disk6/Share/zotac.mi660/00-installer-config.yaml # This is the network config written by 'subiquity' root@dell-t340:~# sdparm --command=sense /dev/sdi /dev/sdi: ATA WDC WD4003FFBX-6 0A83 root@dell-t340:~# tail -n 1 /var/log/syslog May 13 23:11:29 dell-t340 emhttpd: read SMART /dev/sdi
-
[Plugin] Spin Down SAS Drives
Hi all i encountered the same issue on my Dell T340 with a Dell HBA330 connected to a backplane which supports SAS and SATA. My 4x SAS drives spun down while my 4x Sata disks remain up. I was able to spin down a SATA disk manually by executing sg_start -rp3 /dev/sdi . So i modified the drive_types file and tagged a SATA disks as SAS. After that i was also able to spin down the SATA disks over the UI. Is there an easy way to tag all devices, which are connected to that backplane as SAS?
suppa-men
Members
-
Joined
-
Last visited