Deploy task has inconsistent progress value
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Vladimir Sharshov | ||
Mitaka |
Fix Released
|
Critical
|
Vladimir Sharshov | ||
Newton |
Fix Committed
|
High
|
Vladimir Sharshov |
Bug Description
Scenario:
1. Create cluster in Ha mode with 1 controller
2. Add 1 node with controller role
3. Add 1 node with compute role
4. Add 1 node with cinder role
5. Verify network
6. Provision nodes
7. Make a test file on every node
8. Deploy nodes <- issue here
9. Stop deployment
10. Verify nodes are not reset to bootstrap image
11. Re-deploy cluster
12. Verify network
13. Run OSTF
Description:
During the run test is waiting for more than 30% value for deploy task progress. But it was not happend. During manual deploy progress had next values:
from 0 to 29 - provisioning, normal behaviour
29% - stable value during almost whole deployment
29% to 7x% (for a several seconds) to 100% - at the end
Expected behaviour:
Consistent task progress
Blocked cases: 4
description: | updated |
description: | updated |
Changed in fuel: | |
assignee: | Fuel Sustaining (fuel-sustaining-team) → Vladimir Sharshov (vsharshov) |
Changed in fuel: | |
status: | Confirmed → Triaged |
Changed in fuel: | |
status: | In Progress → Fix Committed |
tags: | added: on-verification |
no longer affects: | fuel/future |
tags: | removed: swarm-blocker |
We have some new feature which still does not on, which should transform provisioning to graph. Let's check this behavior after it.
Also, during logs, i found problem with progress only in provisioning stage. Are you sure about problem in deploy stage? Please clarify this moment. Thanks!