We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/gluster/glusterdocs/blob/main/docs/Administrator-Guide/Managing-Volumes.md
Use the following command to enable NUFA:
# gluster volume set <VOLNAME> cluster.nufa enable
^^^^^ This does not work.
What one must do is to:
# echo "cluster.nufa=on" | tee -a /var/lib/glusterd/groups/<GROUPNAME>
# gluster volume set <VOLNAME> group <GROUPNAME>
# gluster volume info
The text was updated successfully, but these errors were encountered:
fix enabling nufa (gluster#778) in the documentation
72ba9ba
I've made a pull request with a proposed documentation fix.
Sorry, something went wrong.
fix enabling nufa (#778) in the documentation (#779)
e3d74a1
Co-authored-by: Jakub Kulesza <[email protected]>
No branches or pull requests
https://github.com/gluster/glusterdocs/blob/main/docs/Administrator-Guide/Managing-Volumes.md
Use the following command to enable NUFA:
# gluster volume set <VOLNAME> cluster.nufa enable
^^^^^ This does not work.
What one must do is to:
# echo "cluster.nufa=on" | tee -a /var/lib/glusterd/groups/<GROUPNAME>
# gluster volume set <VOLNAME> group <GROUPNAME>
# gluster volume info
The text was updated successfully, but these errors were encountered: