From e3d74a1ef6c28fae54894c897f93a5ebe8567335 Mon Sep 17 00:00:00 2001 From: jakkul Date: Mon, 31 Jul 2023 05:50:34 +0200 Subject: [PATCH] fix enabling nufa (#778) in the documentation (#779) Co-authored-by: Jakub Kulesza --- docs/Administrator-Guide/Managing-Volumes.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/Administrator-Guide/Managing-Volumes.md b/docs/Administrator-Guide/Managing-Volumes.md index 6b280f68..88974791 100644 --- a/docs/Administrator-Guide/Managing-Volumes.md +++ b/docs/Administrator-Guide/Managing-Volumes.md @@ -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 . +- define cluster.nufa enable for this group: + + `# echo "cluster.nufa=enable" | tee -a /var/lib/glusterd/groups/` + +- add your volume to the group + + `# gluster volume set group ` + +- verify whether the nufa setting was set properly + + `# gluster volume info` -`# gluster volume set cluster.nufa enable` **Important**