diff options
Diffstat (limited to 'tests/bugs/bug-905864.t')
-rw-r--r-- | tests/bugs/bug-905864.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-905864.t b/tests/bugs/bug-905864.t index 688723e1452..44bb469f288 100644 --- a/tests/bugs/bug-905864.t +++ b/tests/bugs/bug-905864.t @@ -10,7 +10,7 @@ TEST glusterd; TEST pidof glusterd; TEST $CLI volume info; -TEST $CLI volume create $V0 replica 2 stripe 2 $H0:$B0/${V0}{1,2,3,4,5,6,7,8}; +TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{1,2,3,4}; TEST $CLI volume start $V0; TEST glusterfs --entry-timeout=0 --attribute-timeout=0 -s $H0 --volfile-id $V0 $M0; |