diff options
author | Anand Avati <avati@redhat.com> | 2013-07-20 15:04:48 -0700 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-07-27 03:36:42 -0700 |
commit | 412940c56e203b16ebf027fe5b9cbf58cd3a144e (patch) | |
tree | 7fa65c50b214a01cc1a2a1bef4982649b970be20 | |
parent | 62ba019c5ce096ae1d470f88074028ccc61b015c (diff) |
tests: fix test script to turn on write-behind
Change-Id: I8a3ddc8183355236ff7725229441e27bbf8188e3
BUG: 927146
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.org/5406
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | tests/bugs/bug-821056.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-821056.t b/tests/bugs/bug-821056.t index 9265ba7a46a..0c937cee5da 100644 --- a/tests/bugs/bug-821056.t +++ b/tests/bugs/bug-821056.t @@ -12,7 +12,7 @@ TEST $CLI volume set $V0 cluster.self-heal-daemon off TEST $CLI volume set $V0 performance.quick-read off TEST $CLI volume set $V0 performance.open-behind off TEST $CLI volume set $V0 performance.io-cache off -TEST $CLI volume set $V0 performance.write-behind off +TEST $CLI volume set $V0 performance.write-behind on TEST $CLI volume set $V0 performance.stat-prefetch off TEST $CLI volume set $V0 performance.read-ahead off TEST $CLI volume set $V0 cluster.background-self-heal-count 0 |