diff options
| author | Jiffin Tony Thottan <jthottan@redhat.com> | 2015-07-16 16:46:23 +0530 | 
|---|---|---|
| committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-07-19 18:24:18 -0700 | 
| commit | 17feb90623750ed003ca7dd0a94a4cf5e20678ae (patch) | |
| tree | 27a921798cdcc66454255346b70ed86ce0e2d565 /xlators/nfs | |
| parent | a00c623dc1aa2df7e374d05f8a2ceaf205e854b6 (diff) | |
nfs: log disabled export/netgroups feature as INFO
If export/netgroups feature is disabled for gluster/nfs, then the "nfs.log"
contains a Warning message which is deceiving for the users. Logging the
message as Info is sufficient.
Change-Id: I3d07e8bc4f09f3eb32014f5a10390d0484b838cf
BUG: 1243805
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
Reviewed-on: http://review.gluster.org/11695
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/nfs')
| -rw-r--r-- | xlators/nfs/server/src/mount3.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/mount3.c b/xlators/nfs/server/src/mount3.c index b12d976bd21..a243e480fa7 100644 --- a/xlators/nfs/server/src/mount3.c +++ b/xlators/nfs/server/src/mount3.c @@ -3901,7 +3901,7 @@ mnt3svc_init (xlator_t *nfsx)                  pthread_create (&mstate->auth_refresh_thread, NULL,                                  _mnt3_auth_param_refresh_thread, mstate);          } else -                gf_msg (GF_MNT, GF_LOG_WARNING, 0, NFS_MSG_EXP_AUTH_DISABLED, +                gf_msg (GF_MNT, GF_LOG_INFO, 0, NFS_MSG_EXP_AUTH_DISABLED,                          "Exports auth has been disabled!");          mnt3prog.private = mstate;  | 
