Description of problem: Cannot set local-volume-name for NUFA $ gluster volume set gfs cluster.nufa on $ gluster volume set gfs cluster.local-volume-name test volume set: failed: option : cluster.local-volume-name does not exist Version-Release number of selected component (if applicable): 3.4.0 How reproducible: Always on a NUFA enabled volume Actual results: NUFA options cannot be enabled through cli, especially `local-volume-name` is necessary. Expected results: `local-volume-name` should be allowed on a NUFA enabled volume
In addition to this Cannot set lookup-unhashed for NUFA $ gluster volume set gfs cluster.lookup-unhashed on volume set: success But volume file doesn't have this option listed, instead this gets appended to distribute xlator when its re-enabled. [root@sysrq ~]# grep 'lookup-unhashed' /var/lib/glusterd/vols/gfs/gfs-fuse.vol [root@sysrq ~]# grep 'lookup-unhashed' /var/lib/glusterd/vols/gfs/gfs-fuse.vol [root@sysrq ~]# gluster volume info | grep lookup-unhashed cluster.lookup-unhashed: on [root@sysrq ~]# grep 'nufa' /var/lib/glusterd/vols/gfs/gfs-fuse.vol type cluster/nufa [root@sysrq ~]#
commit 71d69e4331d7abff910e1f013bb7b2cb9d7f630c Author: Harshavardhana <harsha> Date: Wed Jul 24 14:49:58 2013 -0700 Add switch and nufa options to 'gluster cli' Change-Id: Ic3c43291e0e1ead0d89c0436e8d70aa5dee2f543 BUG: 924488 Signed-off-by: Harshavardhana <harsha> Reviewed-on: http://review.gluster.org/5391 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Anand Avati <avati>
*** This bug has been marked as a duplicate of bug 924488 ***