From d2650feb4bfadf3fb0cdb90236bc78c33b5ea451 Mon Sep 17 00:00:00 2001 From: Sunil Kumar Acharya Date: Wed, 5 Jul 2017 16:41:38 +0530 Subject: cluster/ec: Non-disruptive upgrade on EC volume fails Problem: Enabling optimistic changelog on EC volume was not handling node down scenarios appropriately resulting in volume data inaccessibility. Solution: Update dirty xattr appropriately on good bricks whenever nodes are down. This would fix the metadata information as part of heal and thus ensures data accessibility. BUG: 1468261 Change-Id: I08b0d28df386d9b2b49c3de84b4aac1c729ac057 Signed-off-by: Sunil Kumar Acharya Reviewed-on: https://review.gluster.org/17703 Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Pranith Kumar Karampuri --- tests/include.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/include.rc') diff --git a/tests/include.rc b/tests/include.rc index ed8775107d7..ffba54e8176 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -85,6 +85,7 @@ AUTH_REFRESH_INTERVAL=10 GRAPH_SWITCH_TIMEOUT=10 UNLINK_TIMEOUT=5 MDC_TIMEOUT=5 +IO_WAIT_TIMEOUT=5 LOGDIR=$(gluster --print-logdir) @@ -345,7 +346,6 @@ function _EXPECT_WITHIN() if [ $? -ne 0 ]; then break; fi - ## Check match success if [[ "$a" =~ $e ]]; then break; -- cgit