Bug 1216051

Summary: nfs-ganesha: More parameters to be added to ganesha global config file
Product: [Community] GlusterFS Reporter: Soumya Koduri <skoduri>
Component: ganesha-nfsAssignee: Meghana <mmadhusu>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: mainlineCC: jthottan, kkeithle, mmadhusu, ndevos, skoduri, vagarwal
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-13 05:06:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Soumya Koduri 2015-04-28 12:10:32 UTC
Description of problem:

We need to set below options in our ganesha.config file as default parameters 

In “NFS_Core_Param” -
1) /* Whether to use the supplied name rather than the IP address in NSM operations.  Settable with NSM_Use_Caller_Name. */
        NSM_Use_Caller_Name = true;

2) /* to copy lock states into '/var/lib/nfs/ganesha' directory instead of '/var/lib/nfs/ganesha/node*' dir */

        Clustered = false 

Also we have seen other issue while testing recovery - 
 Clientids are created in /var/lib/nfs/ganesha/node* directory. It was not the case before. Will debug it and check if it is configurable as well.