Hello,
have done a reinstall of proxmox 7.3 on a new computer. However now my old disks no longer seem to go into idle->standby anymore.
I have no problem setting hdparm -S manually, but it will no longer be done automatically by hdparm.conf.
Are disks supposed to remember the -S setting? It feels like that the problem may be that when a disk has been waken up the -S is never reapplied again.
I guess I could just write a cron script which check if a drive in state "active/idle" and then apply hdparm -S. Just feels hacky.
I have these config's.
lvm.conf:
global_filter=["r|/dev/zd.*|", "r|/dev/sda.*|", "r|/dev/sdb.*|", "r|/dev/sdc.*|"]
hdparm.conf
have done a reinstall of proxmox 7.3 on a new computer. However now my old disks no longer seem to go into idle->standby anymore.
I have no problem setting hdparm -S manually, but it will no longer be done automatically by hdparm.conf.
Are disks supposed to remember the -S setting? It feels like that the problem may be that when a disk has been waken up the -S is never reapplied again.
I guess I could just write a cron script which check if a drive in state "active/idle" and then apply hdparm -S. Just feels hacky.
I have these config's.
lvm.conf:
global_filter=["r|/dev/zd.*|", "r|/dev/sda.*|", "r|/dev/sdb.*|", "r|/dev/sdc.*|"]
hdparm.conf
Code:
/dev/disk/by-id/ata-TOSHIBA_MG09ACA18TE_XXX {
apm = 128
spindown_time = 50
}
/dev/disk/by-id/ata-TOSHIBA_MG09ACA18TE_XXX{
apm = 128
spindown_time = 50
}
/dev/disk/by-id/ata-TOSHIBA_MG09ACA18TE_XXX {
apm = 128
spindown_time = 50
}