Bug 987240 - NUFA options 'lookup-unhashed' and 'local-volume-name' are not visible through cli
Summary: NUFA options 'lookup-unhashed' and 'local-volume-name' are not visible throug...
Keywords:
Status: CLOSED DUPLICATE of bug 924488
Alias: None
Product: GlusterFS
Classification: Community
Component: cli
Version: 3.4.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kaushal
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-23 04:10 UTC by Harshavardhana
Modified: 2015-03-23 01:04 UTC (History)
3 users (show)

Fixed In Version: upstream
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-11 18:15:35 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Harshavardhana 2013-07-23 04:10:20 UTC
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

Comment 1 Harshavardhana 2013-07-23 04:12:17 UTC
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 ~]#

Comment 2 Harshavardhana 2013-08-11 00:18:28 UTC
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>

Comment 3 Niels de Vos 2014-07-11 18:15:35 UTC

*** This bug has been marked as a duplicate of bug 924488 ***


Note You need to log in before you can comment on or make changes to this bug.