summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
diff options
context:
space:
mode:
authorDan Lambright <dlambrig@redhat.com>2016-05-13 13:06:21 -0400
committerDan Lambright <dlambrig@redhat.com>2016-05-21 08:50:23 -0700
commit69fccb84bc2d84bb3b3fce32836e1aea805605a9 (patch)
treeb21482672010faa130e02a81c53fe8160968613f /xlators/cluster
parente931c0b9c4abf92ab4928ed3c16eb1d35144eec3 (diff)
cluster/tier: downgrade max-cycle-time log message to INFO
The "max cycle time" log message was incorrectly logged as an error. Downgrade it to INFO. This is a backport of 14361 > Change-Id: Ia7d074423019fa79443bc6ea694148b7b8da455d > BUG: 1335973 > Signed-off-by: Dan Lambright <dlambrig@redhat.com> Change-Id: I91cbd0165fa6c72d3fa5e373bc12578ef0bde9da BUG: 1336472 Signed-off-by: Dan Lambright <dlambrig@redhat.com> Reviewed-on: http://review.gluster.org/14362 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> Smoke: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: N Balachandran <nbalacha@redhat.com>
Diffstat (limited to 'xlators/cluster')
-rw-r--r--xlators/cluster/dht/src/tier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/tier.c b/xlators/cluster/dht/src/tier.c
index 1484589bc47..ea9f29da0ef 100644
--- a/xlators/cluster/dht/src/tier.c
+++ b/xlators/cluster/dht/src/tier.c
@@ -531,7 +531,7 @@ tier_migrate_using_query_file (void *_args)
total_time = current_time.tv_sec - start_time.tv_sec;
if (total_time > max_time) {
- gf_msg (this->name, GF_LOG_ERROR, 0,
+ gf_msg (this->name, GF_LOG_INFO, 0,
DHT_MSG_LOG_TIER_STATUS,
"Max cycle time reached. Exiting migration.");
goto out;