Hi,
upgraded from 5.0-23 (yes old) to 6.1-11.
Have an entire harddisk assigned to a vm :
With 5.x, I was using hdparm -S60 /dev/sdc to have that spin down after 5 Minutes idle. Was working without problems.
Now since I've upgraded it seems to fail.
I did even power down the vm to ensure it's not accessing the drive.
Any hints ?
Thanks
upgraded from 5.0-23 (yes old) to 6.1-11.
Have an entire harddisk assigned to a vm :
Code:
root@pve:~# cat /etc/pve/qemu-server/106.conf
...
virtio2: /dev/disk/by-id/ata-ST4000LM016-1N2170_W800GKPN,backup=0,cache=unsafe,size=3907018584K
...
With 5.x, I was using hdparm -S60 /dev/sdc to have that spin down after 5 Minutes idle. Was working without problems.
Now since I've upgraded it seems to fail.
Code:
root@pve:~# hdparm -S60 /dev/sdc
/dev/sdc:
setting standby to 60 (5 minutes)
root@pve:~# sleep 300
root@pve:~# hdparm -C /dev/sdc
/dev/sdc:
drive state is: active/idle
root@pve:~# qm status 106
status: stopped
root@pve:~#
I did even power down the vm to ensure it's not accessing the drive.
Any hints ?
Thanks
Last edited: