diff options
| author | Vijay Bellur <vbellur@redhat.com> | 2015-01-05 14:32:24 +0530 | 
|---|---|---|
| committer | Raghavendra Bhat <raghavendra@redhat.com> | 2015-01-05 04:59:53 -0800 | 
| commit | 9eb4afbb4ea1ddb398166b87f783af00d61ddaa9 (patch) | |
| tree | 578b1b68b6a9ea55fc7bf38c45eac65875bbf912 | |
| parent | 50998ae08c5a767468ee85cb5c53bb5554ff734a (diff) | |
cluster/dht: Change log level to avoid annoying logs
[2015-01-04 08:03:23.820376] I [dht-common.c:1822:dht_lookup_cbk] 0-patchy-dht:
Entry /tls missing on subvol patchy-replicate-0
Change-Id: Id9eae47213ed39e8bf969e82cc7b935dfada4598
BUG: 1138385
Reviewed-on: http://review.gluster.org/9382
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index a113d54ecce..57019bb5646 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1818,7 +1818,7 @@ dht_lookup_cbk (call_frame_t *frame, void *cookie, xlator_t *this,                        "op_errno %d", loc->path, op_ret, op_errno);          if (ENTRY_MISSING (op_ret, op_errno)) { -                gf_log (this->name, GF_LOG_INFO, "Entry %s missing on subvol" +                gf_msg_debug (this->name, 0, "Entry %s missing on subvol"                                " %s", loc->path, prev->this->name);                  if (conf->search_unhashed == GF_DHT_LOOKUP_UNHASHED_ON) {                          local->op_errno = ENOENT;  | 
