Hello,
It seems that the power saving states on Apple Silicon are more aggressive than Intel macs, putting my HDDs to sleep, which ZFS does not appreciate.
I'm running a OWC Thunderbay 8 thunderbolt 3 drive bay (8 drives). HDDs are WD HC580 24TB running latest firmware.
I've tried:
1) setting "never" to "put drives to sleep when possible" in the settings gui.
2) sudo pmset -a disksleep 0
3) caffeinate -ims as a LaunchDaemon
In all of the above Apple Silicon will spin the drives down after a couple minutes.
Where as Intel mac will keep the drives running no problem.
The only thing I've had luck doing is doing "smartctl -a /dev/diskXX > /dev/null" every 30 secs or so to each drive, but this seems fragile.
Curious if others have encountered this problem and/or have any suggested workarounds, etc.
Cheers,
Calico