From ef37da74d4a8595cf53cf6dfe680fe080b7c8704 Mon Sep 17 00:00:00 2001 From: Susant Palai Date: Tue, 12 May 2015 12:56:37 +0530 Subject: dht/rebalance: Change log_level to DEBUG Change-Id: I646367581d8ee8a9e5966ee302b19273a0c780ff BUG: 1220329 Signed-off-by: Susant Palai Reviewed-on: http://review.gluster.org/10756 Reviewed-by: N Balachandran Tested-by: Gluster Build System Reviewed-by: Shyamsundar Ranganathan --- xlators/cluster/dht/src/dht-rebalance.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c index fcb005ecc3d..6ba9dd1e463 100644 --- a/xlators/cluster/dht/src/dht-rebalance.c +++ b/xlators/cluster/dht/src/dht-rebalance.c @@ -1965,8 +1965,9 @@ gf_defrag_get_entry (xlator_t *this, int i, struct dht_container **container, migration. Only the actual data file need to be checked for migration criteria. */ - gf_log (this->name, GF_LOG_INFO, "linkfile." - " Hence skip for file: %s", entry_loc.path); + gf_log (this->name, GF_LOG_DEBUG, "Skipping linkfile" + " %s on subvol: %s", entry_loc.path, + conf->local_subvols[i]->name); continue; } -- cgit