summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshavardhana <harsha@harshavardhana.net>2014-05-03 14:52:11 -0700
committerKrishnan Parthasarathi <kparthas@redhat.com>2014-05-07 21:05:28 -0700
commiteeb4434d6196735323fa28cfd19b5f7b36e1f664 (patch)
tree1327318933b396d31ca6bc819f053c05fb527baa
parentb8cd471dbaadfa6ff9a92789f8fd670c144f9e9e (diff)
glusterd: NFS server wrongly started with `DEBUG` log-level
Disable DEBUG Change-Id: I011231ba3df4a42f892f1305867bfc74bb101269 BUG: 1089172 Signed-off-by: Harshavardhana <harsha@harshavardhana.net> Reviewed-on: http://review.gluster.org/7654 Reviewed-by: Niels de Vos <ndevos@redhat.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com> Tested-by: Krishnan Parthasarathi <kparthas@redhat.com>
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c
index f4121812a9b..82239dd5270 100644
--- a/xlators/mgmt/glusterd/src/glusterd-utils.c
+++ b/xlators/mgmt/glusterd/src/glusterd-utils.c
@@ -5793,8 +5793,7 @@ glusterd_nodesvc_start (char *server, gf_boolean_t wait)
"-p", pidfile,
"-l", logfile,
"-S", sockfpath,
- "-L", "DEBUG",
- NULL);
+ NULL);
if (!strcmp (server, "glustershd")) {
snprintf (glusterd_uuid_option, sizeof (glusterd_uuid_option),