Increase delays for qa/workunits/nvmeof/scalability_test.sh
as namespace rebalancing takes more time. After upscaling,
gateway initially could be 'CREATED', it is a valid state during
gateway initialization, but then the state should progress
to 'AVAILABLE' within couple of seconds.
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
- nvmeof/scalability_test.sh nvmeof.b,nvmeof.c,nvmeof.d
- nvmeof/scalability_test.sh nvmeof.b,nvmeof.c
env:
- SCALING_DELAYS: '50'
+ SCALING_DELAYS: '120'
RBD_POOL: mypool
NVMEOF_GROUP: mygroup0
return 1
fi
- ceph_status=$(ceph -s)
- if ! echo "$ceph_status" | grep -q "HEALTH_OK"; then
- return 1
- fi
+ ceph -s
}
total_gateways_count=$(( $(echo "$NVMEOF_GATEWAY_IP_ADDRESSES" | tr -cd ',' | wc -c) + 1 ))