[Task-based] Task serializer should cut the self dependencies in cross-node fields
Bug #1547889 reported by
Alexey Shtokolov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Bulat Gaifullin |
Bug Description
When we deploy all nodes simultaneously we need to setup some services on primary-controller prior to secondaries.
Now we have to split controllers tasks onto two parts: primary-task and task (on secondary controllers). It leads to multiple misunderstandings.
We can fix it, if we use only one task for all controllers with cross-deps: task on primary-controller.
So we need to prevent the self dependencies during the tasks serialisation.
summary: |
- [Task-based] Task serializer should brake the self dependencies in - cross-node fields + [Task-based] Task serializer should cut the self dependencies in cross- + node fields |
Changed in fuel: | |
assignee: | Vladimir Kuklin (vkuklin) → Bulat Gaifullin (bgaifullin) |
tags: | added: on-verification |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/291119
Review: https:/