summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusant Palai <spalai@redhat.com>2015-05-12 12:56:37 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2015-05-12 06:45:06 -0700
commitef37da74d4a8595cf53cf6dfe680fe080b7c8704 (patch)
treef7f32ccde77f9f648afeea1480c00d8bf982f84c
parent38d5fb252a9e4ba5a58e0452c45b7649afcd7003 (diff)
dht/rebalance: Change log_level to DEBUG
Change-Id: I646367581d8ee8a9e5966ee302b19273a0c780ff BUG: 1220329 Signed-off-by: Susant Palai <spalai@redhat.com> 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>
-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;
}