diff options
author | Niels de Vos <ndevos@redhat.com> | 2012-12-21 14:37:29 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-12-27 00:06:13 -0800 |
commit | 90ee11d0c5b3b4d57382fdff4500b1da4bdea9a0 (patch) | |
tree | 8d18a87148bc10c5c6e7c3d51e547605c22dfc8b /xlators/nfs | |
parent | b94999ba8566bbf91cb9b402d2376f1ac9e36242 (diff) |
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>
Diffstat (limited to 'xlators/nfs')
-rw-r--r-- | xlators/nfs/server/src/nfs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 8fa69af6b75..8e40698d369 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -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, |