Workflow execution errors are not propagated
Bug #2054709 reported by
Björn Tillenius
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Committed
|
High
|
Eline Maaike De Weerd | ||
3.5 |
Fix Released
|
High
|
Eline Maaike De Weerd |
Bug Description
This is with MAAS 3.5.0~alpha1-
If you do a power action in the UI (e.g. powering off a machine) and it fails, you get to see a "Workflow execution failed" error.
That error doesn't tell the user anything about what the problem is, since we don't expose workflows as a concept in MAAS.
We need to propagate the error from the workflow and display a better message.
Related branches
~emdw/maas:fix-lp2054709-workflow-execution-error-3.5
- MAAS Lander: Approve
- Eline Maaike De Weerd: Approve
-
Diff: 206 lines (+164/-4)2 files modifiedsrc/maasserver/models/node.py (+11/-4)
src/maasserver/models/tests/test_node.py (+153/-0)
~emdw/maas:fix-lp2054709-workflow-execution-error
- MAAS Lander: Approve
- Björn Tillenius: Approve
- Javier Fuentes: Needs Information
-
Diff: 206 lines (+164/-4)2 files modifiedsrc/maasserver/models/node.py (+11/-4)
src/maasserver/models/tests/test_node.py (+153/-0)
Changed in maas: | |
milestone: | 3.5.0 → 3.6.0 |
assignee: | nobody → Eline Maaike De Weerd (emdw) |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
After this is fixed, can you please check if it also fixes https:/ /bugs.launchpad .net/maas/ +bug/2042433