Enabling NFSv4 Support for ContainersTo enable support for NFSv4 mounts in Containers, run the following command on the Hardware Node: # sysctl –w fs.nfs.nfs4_ct_enable=1
To make sure the NFSv4 support remains enabled after Node reboot, add this line to
fs.nfs.nfs4_ct_enable=1 Next time a resource is mounted, Parallels Cloud Server will automatically choose the latest NFS version supported by both the server and client.
To see support for which versions of NFS is currently enabled, check
# cat /proc/fs/nfsd/versions +2 +3 +4 -4.1
Note:
For this to work, you need to have started the
In our example, the support for NFS versions 2, 3, and 4 is enabled, while the support for NFS version 4.1 is disabled. To enable it:
|
||||
|