diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-10-03 11:52:53 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-10-03 21:28:28 -0700 |
commit | a25bd2d7695760c9fe35fec39065c9326f2952d6 (patch) | |
tree | 6d0bd327a5a886c982e57dd9a70668aa9a531562 /tests/bugs/bug-830665.t | |
parent | c32db94e29f1c20d7eede05c7c6ad7657771aaa4 (diff) |
Tests: Enable fore-ground self-heal
Change-Id: Ibfca8ddb7c663d44ed447be13b2eabb7bd393bb3
BUG: 993981
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/6028
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/bugs/bug-830665.t')
-rwxr-xr-x | tests/bugs/bug-830665.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/bug-830665.t b/tests/bugs/bug-830665.t index 0373ec6d7..0073ff1d9 100755 --- a/tests/bugs/bug-830665.t +++ b/tests/bugs/bug-830665.t @@ -35,6 +35,7 @@ TEST $CLI volume set $V0 performance.stat-prefetch off; ## Make sure automatic self-heal doesn't perturb our results. TEST $CLI volume set $V0 cluster.self-heal-daemon off +TEST $CLI volume set $V0 cluster.background-self-heal-count 0 ## Start volume and verify TEST $CLI volume start $V0; |