Hi all,
the NFS version 3 is hard coded in /usr/share/pve-manager/ext4/pvemanagerlib.js (line 14006, Version 2.1-1/f9b0f63a).
Therefore it's impossible to create a NFS4 storage via the web interface.
pvesh doesn't use a default version.
Are there any special reasons for this and how can I use the defaults from /etc/nfsmount.conf when I create a NFS storage via web interface?
Many thanks
Frank
the NFS version 3 is hard coded in /usr/share/pve-manager/ext4/pvemanagerlib.js (line 14006, Version 2.1-1/f9b0f63a).
Code:
// hack: for now we always create nvf v3
// fixme: make this configurable
values.options = 'vers=3';
Therefore it's impossible to create a NFS4 storage via the web interface.
pvesh doesn't use a default version.
Are there any special reasons for this and how can I use the defaults from /etc/nfsmount.conf when I create a NFS storage via web interface?
Many thanks
Frank