Document URL:
https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.4/html/administration_guide/NFS#prereq_ganesha
Section Number and Name:
6.2.3.2.2. Prerequisites to run NFS-Ganesha
Describe the issue:
As of now, the way to make sure gluster-NFS is disabled is by running:
# systemctl stop nfs-server
# systemctl disable nfs-server
It's possible that although the service is disabled, some volumes still have the variable ''nfs.disable' set to 'off', which will use the port 2049 and make NFS-ganesha fail to start.
Suggestions for improvement:
Add a comment just suggesting: 'Check that none of the volumes have the variable
nfs.disable set to off'.
Additional information: