Proxmox 1.5 and NFS

mfa2004

Renowned Member
Feb 20, 2009
20
0
66
Hi there,

First off, please allow me to thank the Proxmox team for your effort on making Proxmox a great product! Kudos to the team!

Presently, I am hosting my Proxmox images on an NFS share. The performance is decent but I would like to experiment with changing the wsize and rsize to see how it affects the performance. Where can I make this changes such that it gets reflected when Proxmox mounts the NFS prior to starting the KVM?

Best regards ...
 
Edit /etc/pve/storage.cfg, add an 'options' line to the nfs storage.

example:
Code:
nfs: mynfs
    ....
    content iso
    options rsize=8192,wsize=8192