summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBala Konda Reddy M <bala12352@gmail.com>2020-08-21 16:06:46 +0530
committerBala Konda Reddy M <bala12352@gmail.com>2020-08-21 11:25:23 +0000
commit7a7fb5b820d7d418384fb1af5ead3d7b3d31535d (patch)
treefa6defa9e24660aa3152bfa881ae0126bacb67ad /README.md
parent2fc4502768e25ff1248f5c1f2217bea201bdae95 (diff)
[Libfix] Add interval_check for monitor_heal_completion
Adding a parameter `interval_check` will ease the user and help in the reducing the waiting time for heal in scenarios. By default, ls -l <brickpath> | grep -ve "xattrop-" | wc -l is checked for every 2 minutes. Problem: I have 100 files that needs to be healed, after 2 minutes. suppose there are only 2/3 files that needs to be healed. With the existing approach the next check will wait for whole 2 minutes even though the files would have healed by 10 seconds after previouscheck. Solution: Giving an option for the user to check at which interval to check for the files that needs to healed, we can reduce the unnecssary waiting time. It won't affect the existing cases as the interval_check is defaults to 120. Change-Id: Ib288c75549644b6f6c94b5288f1c07cce7933915 Signed-off-by: Bala Konda Reddy M <bala12352@gmail.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions