|
|
a3470f |
From 313b38d5d8819191b7e5adf04396251a49f0a652 Mon Sep 17 00:00:00 2001
|
|
|
a3470f |
From: N Balachandran <nbalacha@redhat.com>
|
|
|
a3470f |
Date: Thu, 22 Feb 2018 10:50:04 +0530
|
|
|
a3470f |
Subject: [PATCH 161/180] cluster/dht: Fixed a typo
|
|
|
a3470f |
|
|
|
a3470f |
Replaced "then" with "than"
|
|
|
a3470f |
|
|
|
a3470f |
upstream patch: https://review.gluster.org/#/c/19604/
|
|
|
a3470f |
|
|
|
a3470f |
> Change-Id: I73090e8c1a639befd7c5458e8d63bd173248bc7d
|
|
|
a3470f |
> BUG: 1547128
|
|
|
a3470f |
> Signed-off-by: N Balachandran <nbalacha@redhat.com>
|
|
|
a3470f |
|
|
|
a3470f |
Change-Id: Id7b1cfdcf460164b4f1bc81da4dfca306db502e8
|
|
|
a3470f |
BUG: 1546960
|
|
|
a3470f |
Signed-off-by: N Balachandran <nbalacha@redhat.com>
|
|
|
a3470f |
Reviewed-on: https://code.engineering.redhat.com/gerrit/130850
|
|
|
a3470f |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
a3470f |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
a3470f |
---
|
|
|
a3470f |
xlators/cluster/dht/src/dht-rebalance.c | 4 ++--
|
|
|
a3470f |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
a3470f |
|
|
|
a3470f |
diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c
|
|
|
a3470f |
index f9a25fb..e620005 100644
|
|
|
a3470f |
--- a/xlators/cluster/dht/src/dht-rebalance.c
|
|
|
a3470f |
+++ b/xlators/cluster/dht/src/dht-rebalance.c
|
|
|
a3470f |
@@ -954,9 +954,9 @@ __dht_check_free_space (xlator_t *this, xlator_t *to, xlator_t *from, loc_t *loc
|
|
|
a3470f |
gf_msg (this->name, GF_LOG_WARNING, 0,
|
|
|
a3470f |
DHT_MSG_MIGRATE_FILE_FAILED,
|
|
|
a3470f |
"data movement of file "
|
|
|
a3470f |
- "{blocks:%"PRIu64" name:(%s) } would result in "
|
|
|
a3470f |
+ "{blocks:%"PRIu64" name:(%s)} would result in "
|
|
|
a3470f |
"dst node (%s:%"PRIu64") having lower disk "
|
|
|
a3470f |
- "space then the source node (%s:%"PRIu64")"
|
|
|
a3470f |
+ "space than the source node (%s:%"PRIu64")"
|
|
|
a3470f |
".Skipping file.", stbuf->ia_blocks, loc->path,
|
|
|
a3470f |
to->name, dst_statfs_blocks, from->name,
|
|
|
a3470f |
src_statfs_blocks);
|
|
|
a3470f |
--
|
|
|
a3470f |
1.8.3.1
|
|
|
a3470f |
|