Skip to content

Commit

Permalink
fix enabling nufa (#778) in the documentation (#779)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Kulesza <jakub.kulesza@grassvalley.com>
  • Loading branch information
jakkul and Jakub Kulesza committed Jul 31, 2023
1 parent ce1e76a commit e3d74a1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/Administrator-Guide/Managing-Volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,21 @@ space available on those bricks.

NUFA should be enabled before creating any data in the volume.

Use the following command to enable NUFA:
Use the following steps to enable NUFA:

- decide which group is going to be used for managing settings of your volume. Assuming <GROUPNAME>.
- define cluster.nufa enable for this group:

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

- add your volume to the group

`# gluster volume set <VOLNAME> group <GROUPNAME>`

- verify whether the nufa setting was set properly

`# gluster volume info`

`# gluster volume set <VOLNAME> cluster.nufa enable`

**Important**

Expand Down

0 comments on commit e3d74a1

Please sign in to comment.