MAAS cannot mark "broken" VMs as fixed without recommissioning
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Medium
|
Igor Brovtsin |
Bug Description
On MAAS 3.2.6 (at least), VMs marked as "Broken" cannot be marked as "Fixed". This is because of the following code in `src/maasserver
```python
)
```
Since VMs skip `30-maas-
Note that https:/
Related branches
- MAAS Lander: Approve
- Anton Troyanov: Approve
-
Diff: 37 lines (+5/-2)2 files modifiedsrc/maasserver/node_action.py (+1/-1)
src/maasserver/tests/test_node_action.py (+4/-1)
Changed in maas: | |
importance: | Undecided → Medium |
milestone: | none → 3.3.0 |
status: | New → In Progress |
assignee: | nobody → Igor Brovtsin (igor-brovtsin) |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 3.3.0 → 3.3.0-beta3 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
for example, src/metadataser ver/models/ scriptresult. py:164 is another case where adding SKIPPED might be necessary.