diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2014-05-03 14:52:11 -0700 |
---|---|---|
committer | Krishnan Parthasarathi <kparthas@redhat.com> | 2014-05-07 21:05:28 -0700 |
commit | eeb4434d6196735323fa28cfd19b5f7b36e1f664 (patch) | |
tree | 1327318933b396d31ca6bc819f053c05fb527baa | |
parent | b8cd471dbaadfa6ff9a92789f8fd670c144f9e9e (diff) | |
download | glusterfs-eeb4434d6196735323fa28cfd19b5f7b36e1f664.tar.gz glusterfs-eeb4434d6196735323fa28cfd19b5f7b36e1f664.tar.xz glusterfs-eeb4434d6196735323fa28cfd19b5f7b36e1f664.zip |
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.c | 3 |
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 f4121812a9..82239dd527 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), |