-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
volume set: failed: option : nfs.disable does not exist #4409
Comments
Did you build Gluster by yourself? Perhaps without NFS support? |
No, I installed the package from fedora repository using |
I has the same problem of |
I do believe it was built without legacy NFS. From https://kojipkgs.fedoraproject.org//packages/glusterfs/11.1/1.fc39/data/logs/x86_64/build.log :
|
Oh, that's the reason. To enable NFS, compiling with |
Yes, but to be honest, I warmly suggest using NFS Ganesha. |
Description of problem:
I am trying to use NFS to mount gluster volumes on ubuntu client. I have tried connecting using the
-o ver=3
flag but it gives me this error:mount.nfs: requested NFS version or transport protocol is not supported
The exact command to reproduce the issue:
sudo gluster volume set <VOLUME_NAME> nfs.disable off
The full output of the command that failed:
Expected results:
Turn off the
nfs.disable
parameter.Mandatory info:
- The output of the
gluster volume info
command:- The output of the
gluster volume status
command:- Provide logs present on following locations of client and server nodes -
/var/log/glusterfs/
- Is there any crash ? Provide the backtrace and coredump
No.
- The operating system / glusterfs version:
glusterfs version: 11.1
OS: Fedora 39 (Cloud edition)
The text was updated successfully, but these errors were encountered: