Hello,
I have 2 servers running proxmox, both mini-pc with 2 ssd inside.
One machine is running on zfs, the other on ext4 on top of raid1 (mdadm)
Since kernel 7.0.14-6, i also have huge latency spikes, by several seconds. on both machines.
And i also use munin

which allowed me to be aware of the issue. and see that the issue was getting worse after some time.
here is an example of munin graph showing the latency spikes on 1 drive
Thanks to you, i know undestand that my hardware and drive are not failing.
I reinstalled kernel 7.0.14-5 and pinned it with proxmox-boot-tool.
Then i rebooted my 2 servers.
They've been running this kernel for 2 days, and no more latency spikes
I also can see there is a new kernel, 7.0.14-14. does anyone know if this latency issue also happens with this kernel ?
Thanks
edit: for the diskstats munin plugin, once you've clicked on it, the graphs are shown with a logarithmic y axis.
not really easy to read..
to make it easier, you can edit /etc/munin/plugins/diskstats
around line ~877, search the ones saying
graph_title Average latency for /dev/$pretty_device
graph_args --base 1000 --logarithmic
then replace --logarithmic by -l 0
and restart munin-node.
next time, the graphs will be showed with us/ms y axis
