Running a ProxmoxVE cluster with multiple Ubuntu VMs with the disks hosted on a TrueNAS NFS share. Occasionally one or more of the VMs will experience drastically reduced disk performance and I'm having a hard time pinpointing the cause.
Average performance:
Reduced performance:
All reported statistics that I can see on both the Proxmox server and the TrueNAS server appear fine. Can someone help guide me in the right direction here?
Code:
pve-manager/7.4-3/9002ab8a (running kernel: 5.15.102-1-pve)
Average performance:
Code:
ubuntu@vm1:~ $ sudo dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.53294 s, 424 MB/s
Reduced performance:
Code:
ubuntu@vm2:~ $ sudo dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 12.2573 s, 87.6 MB/s
All reported statistics that I can see on both the Proxmox server and the TrueNAS server appear fine. Can someone help guide me in the right direction here?