1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

fix enabling nufa (#778) in the documentation (#779)

Co-authored-by: Jakub Kulesza <jakub.kulesza@grassvalley.com>
This commit is contained in:
jakkul
2023-07-31 05:50:34 +02:00
committed by GitHub
parent ce1e76a67c
commit e3d74a1ef6

View File

@@ -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**