diff options
Diffstat (limited to 'tests/bugs/bug-961669.t')
-rw-r--r-- | tests/bugs/bug-961669.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-961669.t b/tests/bugs/bug-961669.t index 751a63df2be..77896481c3f 100644 --- a/tests/bugs/bug-961669.t +++ b/tests/bugs/bug-961669.t @@ -27,7 +27,7 @@ function remove_brick_start { } function remove_brick { - $CLI volume remove-brick $V0 replica 2 $H0:$B0/${V0}{1,4,7} 2>&1|grep -oE 'success|failed' + $CLI volume remove-brick $V0 replica 2 $H0:$B0/${V0}{1,4,7} force 2>&1|grep -oE 'success|failed' } #remove-brick start variant |