summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-rebalance.c
diff options
context:
space:
mode:
authorSusant Palai <spalai@redhat.com>2015-05-12 12:56:37 +0530
committerNiels de Vos <ndevos@redhat.com>2015-06-01 02:27:35 -0700
commitc762289c2c6ace36213feae80e9ccfe915aa87fd (patch)
tree57d68efdb77898003f6d90bbddb2742b404b9d38 /xlators/cluster/dht/src/dht-rebalance.c
parent2bbc891f05d7d68c70f998b8276f23f18f13115e (diff)
dht/rebalance: Change log_level to DEBUG
BUG: 1221503 Change-Id: I4ac87bb69e05e2dd445fc0a5bcf48d5bd3d0020b Reviewed-on: http://review.gluster.org/10756 Reviewed-by: N Balachandran <nbalacha@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com> Signed-off-by: Susant Palai <spalai@redhat.com> Reviewed-on: http://review.gluster.org/10778
Diffstat (limited to 'xlators/cluster/dht/src/dht-rebalance.c')
-rw-r--r--xlators/cluster/dht/src/dht-rebalance.c5
1 files 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;
}