Hi There,
Is there any reason why Proxmox 4.1 doesn't give you the option to create an NFS4 mount? Not stable or will it be implemented in future releases?
Anyway , the only info I could find were a guy asking the same question in 2012 running Proxmox 2.1.1. Apparently he got around the issue by manually editing this file. /usr/share/pve-manager/ext4/pvemanagerlib.js
and altering this value: values.options = 'vers=3';
I tried the above solution and I'm able to mount but I'm getting permission issues when I try and write to the drive. Everything works fine when I use NFS3... or what ever the default mode is.
I'm using Centos 7 for my NFS server.
#content of /etc/exports
/home 10.50.0.0/24(rw,sync,fsid=0)
Thanks in advance,
-steph
Is there any reason why Proxmox 4.1 doesn't give you the option to create an NFS4 mount? Not stable or will it be implemented in future releases?
Anyway , the only info I could find were a guy asking the same question in 2012 running Proxmox 2.1.1. Apparently he got around the issue by manually editing this file. /usr/share/pve-manager/ext4/pvemanagerlib.js
and altering this value: values.options = 'vers=3';
I tried the above solution and I'm able to mount but I'm getting permission issues when I try and write to the drive. Everything works fine when I use NFS3... or what ever the default mode is.
I'm using Centos 7 for my NFS server.
#content of /etc/exports
/home 10.50.0.0/24(rw,sync,fsid=0)
Thanks in advance,
-steph