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