diff options
Diffstat (limited to 'tests/bugs/replicate')
| -rwxr-xr-x | tests/bugs/replicate/bug-802417.t | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/replicate/bug-802417.t b/tests/bugs/replicate/bug-802417.t index ad411005ced..df989b1470b 100755 --- a/tests/bugs/replicate/bug-802417.t +++ b/tests/bugs/replicate/bug-802417.t @@ -38,6 +38,7 @@ TEST $CLI volume set $V0 cluster.background-self-heal-count 0  TEST $CLI volume start $V0;  EXPECT 'Started' volinfo_field $V0 'Status'; +TEST $CLI volume set $V0 cluster.quorum-type none  ## Mount native  TEST glusterfs --volfile-server=$H0 --volfile-id=$V0 $M0  | 
