Hello, long-time lurker - been using OMV since right before the upgrade to 7. I've done everything to try to identify what could potentially be waking the disks, until I realized that the behavior changed after upgrading from proxmox-kernel 6.14 to 6.17 (all using the kernel plugin - I try to use the plugins and OMV features as much as possible. I don't want a hacked together system)
Hardware: UGREEN DXP4800 Plus, OMV 7.x, Proxmox kernel packages, 4x Seagate ST2000DM008 in ZFS RAIDZ1
Issue: After upgrading to kernel 6.17.13-1-pve, spinning disks no longer stay in standby — they spin back up within minutes regardless of spindown settings in OMV.
Root cause: The ASMedia ASM1164 SATA controller (built into the DXP4800 Plus) is being forced to [tt]max_performance[/tt] link power management by kernel 6.17, overriding firmware settings. On kernel 6.14 the policy correctly stays at [tt]keep_firmware_settings[/tt] and spin-down works normally.
Workaround: Either roll back to kernel 6.14, or disable spindown time in OMV under Storage → Disk to avoid constant spin-up/spin-down cycling while on 6.17.
I posted to the proxmox forums about this as well
Full technical details and kernel bug report here: https://forum.proxmox.com/thre…ng-disk-spin-down.181474/
For now I'm at 6.17 with spin down completely disabled (better to keep the disks spinning than to keep cycling them). I considered staying on 6.14 but then when I wanted to do more advanced zfs things the tooling was all broken because of the version mismatch between what was on the system and the userspace tooling.
By the way - proxmox kernel upgrades uninstall dkms - thats a pain in the ass, but workable. ![]()
I prefer to spin them down as my nas sits relatively idle during normal usage. It's more of an archive than a constantly accessed nas. The things I run on it that are constantly working are some containers doing media downloading and streaming, but I am using nvme as disk for that and back up only what I really care about periodically.
Just posting here to share the experience and if someone else runs into this. I know not everyone runs an aggressive spindown strategy.