diff options
-rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 088c3336a61..b01ac0d0738 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1821,8 +1821,10 @@ 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" - " %s", loc->path, prev->this->name); + 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; dht_lookup_everywhere (frame, this, loc); |