Skip to content
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

Setting NUFA does not work #778

Open
jakkul opened this issue Jun 29, 2023 · 1 comment
Open

Setting NUFA does not work #778

jakkul opened this issue Jun 29, 2023 · 1 comment

Comments

@jakkul
Copy link
Contributor

jakkul commented Jun 29, 2023

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:

  • create a group or pick a settings group that you'll use to manage settings of a particular volume
  • define cluster.nufa enable for this group:

# echo "cluster.nufa=on" | tee -a /var/lib/glusterd/groups/<GROUPNAME>

  • add your volume to the group

# gluster volume set <VOLNAME> group <GROUPNAME>

  • verify if the nufa setting worked

# gluster volume info

jakkul pushed a commit to jakkul/glusterdocs that referenced this issue Jun 29, 2023
@jakkul
Copy link
Contributor Author

jakkul commented Jun 30, 2023

I've made a pull request with a proposed documentation fix.

Sheetalpamecha pushed a commit that referenced this issue Jul 31, 2023
Co-authored-by: Jakub Kulesza <jakub.kulesza@grassvalley.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant