I am seeing large IOWait times on my server. Checking the Proxmox screen in Grafana I can see that there is a lot of I/O Read traffic between Home Assistant and my MySQL instance.
Read (constant since around 4:12):
Write (peaks around every 30-40 minutes):
Checking open connections on MySQL server I can see that they are all from Home Assistant (192.168.28.50).
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 186/mariadbd off (0.00/0/0)
tcp 0 0 192.168.28.57:3306 192.168.28.50:39252 ESTABLISHED 186/mariadbd keepalive (1812.06/0/0)
tcp 0 0 192.168.28.57:3306 192.168.28.50:44940 ESTABLISHED 186/mariadbd keepalive (1803.92/0/0)
tcp 0 0 192.168.28.57:3306 192.168.28.50:35124 ESTABLISHED 186/mariadbd keepalive (1811.17/0/0)
tcp 0 0 192.168.28.57:3306 192.168.28.50:40922 ESTABLISHED 186/mariadbd keepalive (4539.33/0/0)
tcp 0 0 192.168.28.57:3306 192.168.28.50:44928 ESTABLISHED 186/mariadbd keepalive (1811.59/0/0)
It starts around 4 in morning and ends around 8:30:
Anyone has simillar and figured it out why this is happening?