From 1f3968667c7f3d9121df209d5f3ba7517d982eb8 Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Mon, 14 Jan 2019 19:48:46 +0530 Subject: Reverting quorum value back to 51% Change-Id: I9e61480ff93d0c16b66eeddacdaef715a0b47d1c Signed-off-by: kshithijiyer --- tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py b/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py index 50f7c5e7b..463b1c4e7 100644 --- a/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py +++ b/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py @@ -58,6 +58,13 @@ class TestRemoveBrickWhenQuorumNotMet(GlusterBaseClass): if not ret: raise ExecutionError("Servers are not in connected state") + # Setting quorum ratio to 51% + ret = set_volume_options(self.mnode, 'all', + {'cluster.server-quorum-ratio': '51%'}) + if not ret: + raise ExecutionError("Failed to set server quorum ratio on %s" + % self.volname) + # stopping the volume and Cleaning up the volume ret = self.cleanup_volume() if not ret: -- cgit