summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_rebalance_with_brick_down.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Rebalance with brick down in replicasrijan-sivakumar2020-09-181-0/+171
Steps- 1. Create a Replica volume. 2. Bring down one of the brick down in the replica pair 3. Do some IO and create files on the mount point 4. Add a pair of bricks to the volume 5. Initiate rebalance 6. Bring back the brick which was down 7. After self heal happens, all the files should be present. Change-Id: I78a42866d585b00c40a2712c4ae8f2ab3552adca Signed-off-by: srijan-sivakumar <ssivakum@redhat.com>