diff options
author | Vijay Bellur <vbellur@redhat.com> | 2017-05-18 15:49:27 -0400 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-05-19 01:37:21 +0000 |
commit | 30ed04dc49305f3c0f87ff6010f2fdeb816fbdcc (patch) | |
tree | 38ebdef2d5d8b2a1e90360ebb058381f733432bd /xlators/cluster | |
parent | 13e7b3b354a252ad4065f7b2f0f805c40a3c5d18 (diff) |
cluster/afr: Remove debug logs in fix_quorum_options()
Change-Id: Id019b0c6425849eece8a9aba7acec9a521dfb10b
BUG: 1452378
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: https://review.gluster.org/17335
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Jeff Darcy <jeff@pl.atyp.us>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/afr/src/afr.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index 17b34822c17..14805c2c007 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -90,9 +90,6 @@ fix_quorum_options (xlator_t *this, afr_private_t *priv, char *qtype, dict_t *options) { - gf_log (this->name, GF_LOG_INFO, - "reindeer: incoming qtype = %s", qtype); - if (dict_get (options, "quorum-type") == NULL) { /* If user doesn't configure anything enable auto-quorum if the * replica has more than two subvolumes */ @@ -112,8 +109,6 @@ fix_quorum_options (xlator_t *this, afr_private_t *priv, char *qtype, priv->quorum_count = AFR_QUORUM_AUTO; } - gf_log (this->name, GF_LOG_INFO, - "reindeer: quorum_count = %d", priv->quorum_count); } int |