I guess it would be best to continue this thread with my problem. I thought I had this HDD standby issue licked. It was working for a while, but now it isn't.
I have three volumes/pools:
SSD is on a SSD and has the System Dataset. As mentioned above, it gets written to constantly but no files are ever made. I also have my home dataset there and use it to play with scripts via SSH.
Ark is my main pool.
ArkBak is only for backup, which it receives once per day.
I'm OK with Ark disks spinning 24/7. My intent/hope is to have the disks in ArkBak in standby except for the 10 minutes or so per day they are receiving the backup. With the settings as described above in this thread, this was working great for a while. They would automatically go into standby except during the backup.
Then they started waking for no apparent reason like once a day, then go back to standby. Then they would wake and stay awake. Now, they are awake all the time. I can put them into standby with
camcontrol standby /dev/ada0 -t 600 (also sets the standby timer to 10 minutes, which is what I have set in the GUI) and with
ataidle -S 10 /dev/ada0 (does exactly the same thing). That's great, except once they start spinning, they never go back to standby.
When they are spun up by the system for no apparent reason, I find the following in /var/log/debug.log
Code:
Dec 29 10:03:08 Tabernacle manage.py: [middleware.notifier:191] Executing: /usr/sbin/service ix-ataidle quietstart ada0
Dec 29 10:03:09 Tabernacle manage.py: [middleware.notifier:205] Executed: /usr/sbin/service ix-ataidle quietstart ada0
Dec 29 10:03:17 Tabernacle manage.py: [middleware.notifier:191] Executing: /usr/sbin/service ix-ataidle quietstart ada1
Dec 29 10:03:18 Tabernacle manage.py: [middleware.notifier:205] Executed: /usr/sbin/service ix-ataidle quietstart ada1
Dec 29 10:03:28 Tabernacle manage.py: [middleware.notifier:191] Executing: /usr/sbin/service ix-ataidle quietstart ada2
Dec 29 10:03:28 Tabernacle manage.py: [middleware.notifier:205] Executed: /usr/sbin/service ix-ataidle quietstart ada2
I would appreciate some pointers to fixing this, or to logs or other diagnostic info where I might get some clues. I know
@joeschmuck was deep into this with the developers quite a while ago; maybe he has some insight.