summaryrefslogtreecommitdiffstats
path: root/tests/functional/disperse/test_ec_quorumcount_6.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Set disperse quorum count to 6 and test EC volumeubansal2020-06-221-0/+286
On setting disperse quorum count to 6 all bricks should be online for successful writes on volume Steps: 1.Set disperse quorum count to 6 2.Write and read IO's 2.Bring down 1 brick 3.Writes should fail and reads successful 4.Write and read again 5.Writes should fail and reads successful 6.Rebalance should fail as quorum not met 7.Reset volume 8.Write and read IO's and vaildate them 9.Bring down redundant bricks 10.Write and read IO's and vaildate them Change-Id: I93d418fd75d75fa3563d23f52fdd5aed71cfe540 Signed-off-by: ubansal <ubansal@redhat.com>