Hello everyone!
I'm running Proxmox 8.1.4 on my server (i7 6700T with 48GB of RAM and an Intel X520 Dual SPF+ PCIe card). I've set up a daily backup task for all my VMs and LXCs. This task used to run in just a few minutes when I was using the onboard LAN Ethernet port. However, when I switched to the SPF+ card (I think so, but not sure), the backups are now running much slower, to the point where it doesn't seem to make much sense.
Here's the setup:
- A few LXCs for different services.
- VM with Home Assistant.
- VM with TrueNAS, including an NFS share that I mount directly on Proxmox to save backups.
Speed should be very quick since everything is happening on the same machine. I recall speeds of around 200 MiB/s when I checked the logs. Currently, it's around 19 MiB/s, and I am unsure about the cause. I have verified that both VMs are using the bridge and should be connected internally.
Here's my network/interfaces file
Here is a log of the backup task at the current speed.
I'm running Proxmox 8.1.4 on my server (i7 6700T with 48GB of RAM and an Intel X520 Dual SPF+ PCIe card). I've set up a daily backup task for all my VMs and LXCs. This task used to run in just a few minutes when I was using the onboard LAN Ethernet port. However, when I switched to the SPF+ card (I think so, but not sure), the backups are now running much slower, to the point where it doesn't seem to make much sense.
Here's the setup:
- A few LXCs for different services.
- VM with Home Assistant.
- VM with TrueNAS, including an NFS share that I mount directly on Proxmox to save backups.
Speed should be very quick since everything is happening on the same machine. I recall speeds of around 200 MiB/s when I checked the logs. Currently, it's around 19 MiB/s, and I am unsure about the cause. I have verified that both VMs are using the bridge and should be connected internally.
Here's my network/interfaces file
Code:
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
mtu 9000
#SPF+ 0
iface enp5s0 inet manual
#onboard LAN
iface enp3s0f1 inet manual
#SPF+ 1
auto vmbr0
iface vmbr0 inet static
address 10.0.1.37/24
gateway 10.0.1.1
bridge-ports enp3s0f0
bridge-stp off
bridge-fd 0
mtu 9000
#10gbe
Here is a log of the backup task at the current speed.
Code:
INFO: 47% (34.8 GiB of 74.0 GiB) in 32m 30s, read: 18.2 MiB/s, write: 17.9 MiB/s
INFO: 48% (35.5 GiB of 74.0 GiB) in 33m 10s, read: 18.3 MiB/s, write: 18.2 MiB/s
INFO: 49% (36.3 GiB of 74.0 GiB) in 33m 49s, read: 19.2 MiB/s, write: 18.8 MiB/s
INFO: 50% (37.0 GiB of 74.0 GiB) in 34m 27s, read: 20.1 MiB/s, write: 19.4 MiB/s
INFO: 51% (37.8 GiB of 74.0 GiB) in 35m 5s, read: 20.0 MiB/s, write: 19.6 MiB/s
INFO: 52% (38.5 GiB of 74.0 GiB) in 35m 46s, read: 18.7 MiB/s, write: 18.0 MiB/s
INFO: 53% (39.2 GiB of 74.0 GiB) in 36m 20s, read: 21.9 MiB/s, write: 20.3 MiB/s
INFO: 54% (40.0 GiB of 74.0 GiB) in 37m 5s, read: 16.8 MiB/s, write: 16.5 MiB/s
INFO: 55% (40.7 GiB of 74.0 GiB) in 37m 44s, read: 19.8 MiB/s, write: 18.8 MiB/s
Last edited: