From 0e3261903b1ed624137263d3386cf7a6b6736f33 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 28 Nov 2012 11:50:18 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/4242 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/bugs/bug-865825.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit