Reweight only 2 OSDs to zero in test_rebalance_verify, otherwise the test does not pass with EC 3+2

Vitaliy Filippov 2023-05-18 00:42:40 +03:00
parent 2ca07b1ea7
commit 1c7d53996d
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ verify() {
$ETCDCTL put /vitastor/config/osd/1 '{"reweight":'$1'}'
$ETCDCTL put /vitastor/config/osd/2 '{"reweight":'$1'}'
$ETCDCTL put /vitastor/config/osd/3 '{"reweight":'$1'}'
sleep 1
for i in {1..10000}; do