From 17feb90623750ed003ca7dd0a94a4cf5e20678ae Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Thu, 16 Jul 2015 16:46:23 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/11695 Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- xlators/nfs/server/src/mount3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit