I have proxmox 7.4 in 3-node cluster and Infortrend as shared storage.
Connection via 10 gB cards with multipath.
It all started when I made a backup of a test VM to the PBS server:
I was surprised why such a low speed? 32 GiB in 118 seconds (277 MiB/s)!:-(
After measuring the speed of copying to a remote server, I realized that the problem is local(Backup to local Datastore is low speed too).
Started testing local storage speed from PVE:
All is OK. Reading and writing speed is quite high.
I tried to make a backup from the console to the same storage, where the disks of the VMs.
it got a little better but far from normal speed:
How can i fix this problem?
Connection via 10 gB cards with multipath.
It all started when I made a backup of a test VM to the PBS server:
I was surprised why such a low speed? 32 GiB in 118 seconds (277 MiB/s)!:-(
After measuring the speed of copying to a remote server, I realized that the problem is local(Backup to local Datastore is low speed too).
Started testing local storage speed from PVE:
rsync --progress -a test2.txt /dev/DATASTORE
5,368,709,120 100% 1.12GB/s 0:00:04 (xfr#1, to-chk=0/1)
Code:
fio --filename=/dev/mapper/mpatha --direct=1 --rw=read --bs=1m --size=20G --numjobs=200 --runtime=60 --group_reporting --name=file1
Run status group 0 (all jobs):
READ: bw=1590MiB/s (1667MB/s), 1590MiB/s-1590MiB/s (1667MB/s-1667MB/s), io=93.3GiB (100GB), run=60079-60079msec
All is OK. Reading and writing speed is quite high.
I tried to make a backup from the console to the same storage, where the disks of the VMs.
it got a little better but far from normal speed:
Bash:
vzdump 112 --node PVE1 --dumpdir /dev/DATASTORE --mode snapshot --remove 0
INFO: 88% (28.3 GiB of 32.0 GiB) in 56s, read: 1.6 GiB/s, write: 8.0 KiB/s
INFO: 89% (28.7 GiB of 32.0 GiB) in 59s, read: 152.3 MiB/s, write: 0 B/s
INFO: 90% (29.0 GiB of 32.0 GiB) in 1m 2s, read: 95.0 MiB/s, write: 0 B/s
INFO: 95% (30.7 GiB of 32.0 GiB) in 1m 5s, read: 575.3 MiB/s, write: 2.7 KiB/s
INFO: 100% (32.0 GiB of 32.0 GiB) in 1m 6s, read: 1.3 GiB/s, write: 8.0 KiB/s
INFO: backup is sparse: 20.42 GiB (63%) total zero data
INFO: transferred 32.00 GiB in 66 seconds (496.5 MiB/s)
How can i fix this problem?
Last edited: