Hi.
I have a 7 node cluster with NFS connected storage.
I'd like to try out the nconnect option for NFS mounts, and I understand that I need to change storage.cfg and add "options vers=4.x,nconnect=8" to the mount in question.
I have several other nfs exports mounted.
Is it safe to add that line to this mount, while other vm's are running on other nfs mounts?
here is the block i want to change
nfs: NFSEXAMPLE
export /volume1/pm-cluster01
path /mnt/pve/NFSEXAMPLE
server XXX.XXX.XXX.XXX
content images
prune-backups keep-all=1
to this:
nfs: NFSEXAMPLE
export /volume1/pm-cluster01
path /mnt/pve/NFSEXAMPLE
server XXX.XXX.XXX.XXX
content images
options vers=4.1,nconnect=8
prune-backups keep-all=1
while other vm:s are running on other nfs mounts?
I have a 7 node cluster with NFS connected storage.
I'd like to try out the nconnect option for NFS mounts, and I understand that I need to change storage.cfg and add "options vers=4.x,nconnect=8" to the mount in question.
I have several other nfs exports mounted.
Is it safe to add that line to this mount, while other vm's are running on other nfs mounts?
here is the block i want to change
nfs: NFSEXAMPLE
export /volume1/pm-cluster01
path /mnt/pve/NFSEXAMPLE
server XXX.XXX.XXX.XXX
content images
prune-backups keep-all=1
to this:
nfs: NFSEXAMPLE
export /volume1/pm-cluster01
path /mnt/pve/NFSEXAMPLE
server XXX.XXX.XXX.XXX
content images
options vers=4.1,nconnect=8
prune-backups keep-all=1
while other vm:s are running on other nfs mounts?