NFS shared storage for openvz question.

RobFantini

Famous Member
May 24, 2012
2,042
110
133
Boston,Mass
Do you use shared nfs storage for openvz?

If so any comments on reliability ?

We've been using nfs running on Proxmox to handle backups. That has worked great for the last 2 months.

Our exports:
Code:
/bkup     10.100.0.0/16(rw,no_root_squash,no_subtree_check)
 
I had severe issues trying to use vz on nfs.

rsync pull within the vz caused problems to the point that
1- pve showed hosts red
2- ct could not be stopped
3- nfs host node needed a hardware reset.

I have dmesg and other information if wanted.