ZFS power saving not possible due to spin up every 5 minutes #8846
runningman84
started this conversation in
General
Replies: 1 comment
-
I also have this problem. Exactly every 5 minutes blktrace log:
not using talos, so related to zfs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed talos on a new nas node (dxp2800) in my empty test cluster. I have created a raid1 pool instead of the two sata disks:
The spin down setting for both sata drives were set using this command
With zpool iostat I can monitor the disk activity:
This is the full output recording 5 minutes:
https://gist.github.com/runningman84/e5d315b174202b2717594bbc9e34d9b6
The problem is that for some unkown reason every 5 minutes there is some io activty (7 or 8 write iops).
It is unclear to me what is the reason for these operations?
Is this caused by the ext-zpool-importer service? Is there some other talos service which writes to my disks?
Beta Was this translation helpful? Give feedback.
All reactions