diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2015-12-08 14:31:30 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-12-10 20:40:49 -0800 |
commit | 3a01c1b36724ad4c9148540b56a26b3c1799c583 (patch) | |
tree | 6ddeb43969d6f88bbe09694315be304fa7dc4475 /tests/bugs/shard/bug-1259651.t | |
parent | fc07e9c90db11bbbadf341d0720a874a8cd1fdc5 (diff) |
tests, shard: Remove dependency on strict-write-ordering
Change-Id: I00171a77bdefb1c2e7e4610cb0ade5679bdb761f
BUG: 1289840
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/12915
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'tests/bugs/shard/bug-1259651.t')
-rw-r--r-- | tests/bugs/shard/bug-1259651.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/bugs/shard/bug-1259651.t b/tests/bugs/shard/bug-1259651.t index a1742dea7dd..72856fdbaad 100644 --- a/tests/bugs/shard/bug-1259651.t +++ b/tests/bugs/shard/bug-1259651.t @@ -6,7 +6,7 @@ cleanup TEST glusterd TEST pidof glusterd -TEST $CLI volume create $V0 $H0:$B0/${V0}{0,1} +TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{0,1,2,3} TEST $CLI volume start $V0 TEST glusterfs --volfile-id=$V0 --volfile-server=$H0 $M0 @@ -24,7 +24,6 @@ md5sum_file_plain=$(md5sum $M0/dir/file_plain | awk '{print $1}') # Now enable sharding on the volume. TEST $CLI volume set $V0 features.shard on -TEST $CLI volume set $V0 performance.strict-write-ordering on # Create a sharded file called "file_sharded" TEST touch $M0/dir/file_sharded |