Hello Proxmox Users,
I migrated from Ceph to NFS with 10Gbit Interface(tested with aroud 9.3 Gbit real speed) and a Dell/EMC Unity Storage (NFS Speedtest with iozone around 430MB/s write speed).
When I now move VMs to the Storage I get around 130 MB/s (in the VM I get nearly the same speed).
I have now 2 problems:
1) Why I only get 130 MB/s with Proxmox and inside the VM but in CLI a copy is faster ?
2) When I move a VM to the NFS all VMs on the NFS Storage get IO Problems and sometimes freeze for some seconds. Is this normal or can I do something against that?
Are there any best practise options to get better results ?
I used NFS3 (also tested NFS4) both has the same speed in my tests is NFS4 better ?
I used the forum search but did not find exact answers.
I also set some sysctl configs on all hosts:
cat /etc/sysctl.d/nfs.conf
Any help would be appreciated.
Greetings Epytir
I migrated from Ceph to NFS with 10Gbit Interface(tested with aroud 9.3 Gbit real speed) and a Dell/EMC Unity Storage (NFS Speedtest with iozone around 430MB/s write speed).
When I now move VMs to the Storage I get around 130 MB/s (in the VM I get nearly the same speed).
I have now 2 problems:
1) Why I only get 130 MB/s with Proxmox and inside the VM but in CLI a copy is faster ?
2) When I move a VM to the NFS all VMs on the NFS Storage get IO Problems and sometimes freeze for some seconds. Is this normal or can I do something against that?
Are there any best practise options to get better results ?
I used NFS3 (also tested NFS4) both has the same speed in my tests is NFS4 better ?
I used the forum search but did not find exact answers.
I also set some sysctl configs on all hosts:
cat /etc/sysctl.d/nfs.conf
Bash:
cat /etc/sysctl.d/nfs.conf
net.ipv4.tcp_max_tw_buckets = 180000
net.ipv4.tcp_mem = 3622080 4829440 7244160
net.ipv4.tcp_wmem = 40960 163840 41943040
net.ipv4.tcp_rmem = 40960 873800 41943040
net.ipv4.udp_mem = 363168 484224 726336
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.core.rmem_default = 16777216
net.core.wmem_default = 16777216
sunrpc.tcp_slot_table_entries = 128
Any help would be appreciated.
Greetings Epytir