summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2021-01-12 11:04:33 +0530
committerArthy Loganathan <aloganat@redhat.com>2021-01-21 06:21:09 +0000
commit23de3876a1a3024b17ef43c769d63d9d810d571b (patch)
tree47c2be173da86527b0918c20ad33a2d6c354cc24 /glustolibs-gluster
parent9c8fe5af5a00bf0eb24d4b586426260ce0be5fd3 (diff)
[Test] Add test to check self heal with expand volume
Test case: 1. Created a 2X3 volume. 2. Mount the volume using FUSE and give 777 permissions to the mount. 3. Added a new user. 4. Login as new user and created 100 files from the new user: for i in {1..100};do dd if=/dev/urandom of=$i bs=1024 count=1;done 5. Kill a brick which is part of the volume. 6. On the mount, login as root user and create 1000 files: for i in {1..1000};do dd if=/dev/urandom of=f$i bs=10M count=1;done 7. On the mount, login as new user, and copy existing data to the mount. 8. Start volume using force. 9. While heal is in progress, add-brick and start rebalance. 10. Wait for rebalance and heal to complete. 11. Check for MSGID: 108008 errors in rebalance logs. Refernce BZ: #1821599 Change-Id: I0782d4b6e44782fd612d4f2ced248c3737132855 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'glustolibs-gluster')
0 files changed, 0 insertions, 0 deletions