diff options
author | Rajesh Amaravathi <rajesh@redhat.com> | 2013-05-20 18:39:11 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-05-30 22:30:26 -0700 |
commit | 0f214cdb0e784266440deceff4770b383bab1daf (patch) | |
tree | 26fdfb4649a3a94f0124ac9a23b45befaadd098f /xlators/nfs | |
parent | 7646169f20d2e2f23c6033347f019ee60521a524 (diff) |
nfs: update nfs.addr-namelookup description
replaced rpc-auth.addr.* with nfs.rpc-auth-* in
keeping with the latest option exposed to the user.
Change-Id: I418354a4d171dae28dd0befe8ba9e5ee893cd013
BUG: 965025
Signed-off-by: Rajesh Amaravathi <rajesh@redhat.com>
Reviewed-on: http://review.gluster.org/5049
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/nfs')
-rw-r--r-- | xlators/nfs/server/src/nfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 466393e34b1..1d59ad399cb 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -1177,7 +1177,7 @@ struct volume_options options[] = { " incoming client connections using this option. Use this " "option to turn on name lookups during address-based " "authentication. Turning this on will enable you to" - " use hostnames in rpc-auth.addr.* filters. In some " + " use hostnames in nfs.rpc-auth-* filters. In some " "setups, the name server can take too long to reply to DNS " "queries resulting in timeouts of mount requests. By default, " " name lookup is off" |