summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_afr_reset_brick_heal_full.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Reset brick and trigger heal fullBala Konda Reddy M2020-08-131-0/+157
1. Create volume and create files/dirs from mount point 2. With IO in progress execute reset-brick start 3. Now format the disk from back-end, using rm -rf <brick path> 4. Execute reset brick commit and check for the brick is online. 5. Issue volume heal using "gluster vol heal <volname> full" 6. Check arequal for all bricks to verify all backend bricks including the resetted brick have same data Change-Id: I06b93d79200decb25f863e7a3f72fc8e8b1c4ab4 Signed-off-by: Bala Konda Reddy M <bala12352@gmail.com>