Proxmox NFS storage performance and async

pizza

Renowned Member
Nov 7, 2015
96
8
73
I have a NFS server and Proxmox 4.4 node over 1Gbit LAN connection. When using async the performance is really great, but unsafe? Or what is the best practice to increase the performance against sync?

With sync:

/etc/exports:

/var/lib/vz/nfs/vm 192.168.123.0/24(rw,sync,no_subtree_check)

root@node4:~# pveperf /mnt/pve/vm1
CPU BOGOMIPS: 36271.84
REGEX/SECOND: 986006
HD SIZE: 1815.69 GB (192.168.123.50:/var/lib/vz/nfs/vm)
FSYNCS/SECOND: 29.31
DNS EXT: 16.28 ms
DNS INT: 7.56 ms




With async de performance is really faster:

/etc/exports:

/var/lib/vz/nfs/vm 192.168.123.0/24(rw,async,no_subtree_check)

root@node4:~# pveperf /mnt/pve/vm1
CPU BOGOMIPS: 36271.84
REGEX/SECOND: 1020917
HD SIZE: 1815.69 GB (192.168.123.50:/var/lib/vz/nfs/vm)
FSYNCS/SECOND: 1246.37
DNS EXT: 16.09 ms
DNS INT: 6.40 ms
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!