From 2209f6d49bc8d16beed52b1d145be936d2da941a Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Tue, 6 Sep 2016 11:13:20 +0530 Subject: cluster/dht: Skip layout overlap maximization on weighted rebalance dht_selfheal_layout_maximize_overlap () does not consider chunk sizes while calculating overlaps. Temporarily enabling this operation if only if weighted rebalance is disabled or all bricks are the same size. Change-Id: I5ed16cdff2551b826a1759ca8338921640bfc7b3 BUG: 1366494 Signed-off-by: N Balachandran Reviewed-on: http://review.gluster.org/15403 Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Raghavendra G NetBSD-regression: NetBSD Build System --- tests/bugs/distribute/bug-853258.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/bugs/distribute/bug-853258.t') diff --git a/tests/bugs/distribute/bug-853258.t b/tests/bugs/distribute/bug-853258.t index 2f0e1b8b9b7..e39f507baf9 100755 --- a/tests/bugs/distribute/bug-853258.t +++ b/tests/bugs/distribute/bug-853258.t @@ -17,6 +17,7 @@ mkdir -p $H0:$B0/${V0}3 TEST $CLI volume create $V0 $H0:$B0/${V0}0 $H0:$B0/${V0}1 $H0:$B0/${V0}2 TEST $CLI volume start $V0 EXPECT_WITHIN $PROCESS_UP_TIMEOUT 'Started' volinfo_field $V0 'Status'; +TEST $CLI volume set $V0 cluster.weighted-rebalance off # Force assignment of initial ranges. TEST $CLI volume rebalance $V0 fix-layout start -- cgit