diff options
author | Raghavendra G <raghavendra@gluster.com> | 2012-11-28 11:50:18 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-11-27 22:42:21 -0800 |
commit | 0e3261903b1ed624137263d3386cf7a6b6736f33 (patch) | |
tree | 9be3c98d623214f44b2e6415440961336e93389a /tests/bugs/bug-865825.t | |
parent | 9e2aeea9242c04228049003bf8f878ea38af76da (diff) |
tests/bug-865825: turn stat-prefetch off before doing any afr self-heal
related tests.
Change-Id: I5c45bb4f4d4aa59965c6dda34ab884071bef9c6f
BUG: 865825
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Reviewed-on: http://review.gluster.org/4242
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/bugs/bug-865825.t')
-rwxr-xr-x | tests/bugs/bug-865825.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/bug-865825.t b/tests/bugs/bug-865825.t index 82e1476f7b0..5ed716703f4 100755 --- a/tests/bugs/bug-865825.t +++ b/tests/bugs/bug-865825.t @@ -28,6 +28,7 @@ EXPECT 'Created' volinfo_field $V0 'Status'; ## Make sure io-cache and write-behind don't interfere. TEST $CLI volume set $V0 performance.io-cache off; TEST $CLI volume set $V0 performance.write-behind off; +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 |