From c762289c2c6ace36213feae80e9ccfe915aa87fd 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 BUG: 1221503 Change-Id: I4ac87bb69e05e2dd445fc0a5bcf48d5bd3d0020b Reviewed-on: http://review.gluster.org/10756 Reviewed-by: N Balachandran Tested-by: Gluster Build System Reviewed-by: Shyamsundar Ranganathan Signed-off-by: Susant Palai Reviewed-on: http://review.gluster.org/10778 --- 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