Proxmox Hard drive Power Management

jonology

New Member
Jul 15, 2012
2
0
1
Hi Im looking at putting in proxmox at home, Atm I just have virtual box running on top of windows on the same hdd. I got other drives for only data like my data files etc. Was just wondering if proxmox powered down hdd if they are not in use after a certen time like windows does since I do not want them all powered up 24/7. Does any one know if proxmox powers down hdds?

Thanks
 
Hi, i use hdparm to controll a 2Tb WD sata drive holding archives seldom used.

in my case hdparm -S 120 /dev/sdb

Works very good and powerdown the drive.(-S Set standby (spindown) timeout)

hdparm -S 120 /dev/sdb
/dev/sdb:
setting standby to 120 (10 minutes)
root@pm:~#