nfs: correct phrasing of nfs-mount-udp option

`gluster volume set help` shows the following typo for the nfs.mount-udp
option:

Option: nfs.mount-udp
Default Value: (null)
Description: set the option to 'on' to enable mountd on UDP. Needed by
Solaris NFS clients if NLM support isneeded

Also, AIX NFS-clients seem to need this option, hence rephrasing the
description to be more helpful.

BUG: 889500
Change-Id: I91d88d74824da13dcfe828015d7b9e18abc93ef2
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/4350
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Niels de Vos
2012-12-21 14:37:29 +01:00
committed by Vijay Bellur
parent b94999ba85
commit 90ee11d0c5

View File

@ -1245,8 +1245,9 @@ struct volume_options options[] = {
{ .key = {"nfs.mount-udp"},
.type = GF_OPTION_TYPE_BOOL,
.description = "set the option to 'on' to enable mountd on UDP. "
"Needed by Solaris NFS clients if NLM support is"
"needed"
"Required for some Solaris and AIX NFS clients. "
"The need for enabling this option often depends "
"on the usage of NLM."
},
{ .key = {OPT_SERVER_AUX_GIDS},
.type = GF_OPTION_TYPE_BOOL,