Hello to everyone,
I am running Proxmox in my Homelab and have tried to configure a spindown for two HDD, but it is not working the way I want it to.
Both HDD's are configured in the
The small HDD with 500GB from WD (no APM-Support) is configured as a zfs-volume through the WebUI to provide storage for multiple Container's/VM's. My Problem is that the this drive is not spinning down. There is no running Container's/VM's which can access the drive.
I have looked up on the Internet how to solve the problem without solving the problem.
One possible solution I tried was to edit the
At the end of the file I added the both drives to
There is also
I tried different things with the file, rebooted the machine and ran
Did I do something wrong while editing the file or is there something else that cloud stop the thing from working correctly?
kind regards
maexle
PS. My english is not perfect
I am running Proxmox in my Homelab and have tried to configure a spindown for two HDD, but it is not working the way I want it to.
Both HDD's are configured in the
/etc/hdparm.conf file with a spindown timer set to 20 minutes. Also one of the drives supports APM which is set to apm = 127.The small HDD with 500GB from WD (no APM-Support) is configured as a zfs-volume through the WebUI to provide storage for multiple Container's/VM's. My Problem is that the this drive is not spinning down. There is no running Container's/VM's which can access the drive.
I have looked up on the Internet how to solve the problem without solving the problem.
One possible solution I tried was to edit the
/etc/lvm/lvm.conf file.At the end of the file I added the both drives to
global_filter.
Code:
devices {
# added by pve-manager to avoid scanning ZFS zvols and Ceph rbds
global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|","r|/dev/sdb.*|","r|/dev/sdc.*|"]
}
global_filter part above in the file but not active.I tried different things with the file, rebooted the machine and ran
vgscan to reload the settings without any effect.Did I do something wrong while editing the file or is there something else that cloud stop the thing from working correctly?
kind regards
maexle
PS. My english is not perfect