[2.0rc2] MAAS is not automatically monitoring timeouts for commissioning.
Bug #1598149 reported by
Andres Rodriguez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Andres Rodriguez | ||
2.0 |
Fix Released
|
Critical
|
Andres Rodriguez |
Bug Description
A machine got stuck in releasing state and there was no way for me to be able to move it to another state. After investigation, the status_expires field on the node table was empty, meaning the monitoring service was not working, which would have marked the machine as 'Failed Releasing' automatically.
As such, the issue is not only present in releasing, but also on other sections, such as commissioning and deploying.
Related branches
lp://staging/~andreserl/maas/lp1598149_lp1605252
- Blake Rouse (community): Approve
- Lee Trager (community): Approve
-
Diff: 199 lines (+54/-13)5 files modifiedsrc/maasserver/models/node.py (+10/-3)
src/maasserver/node_status.py (+16/-0)
src/maasserver/status_monitor.py (+18/-3)
src/maasserver/tests/test_status_monitor.py (+6/-5)
src/metadataserver/api.py (+4/-2)
lp://staging/~andreserl/maas/lp1598149_lp1605252_2.0
- Andres Rodriguez (community): Approve
-
Diff: 199 lines (+54/-13)5 files modifiedsrc/maasserver/models/node.py (+10/-3)
src/maasserver/node_status.py (+16/-0)
src/maasserver/status_monitor.py (+18/-3)
src/maasserver/tests/test_status_monitor.py (+6/-5)
src/metadataserver/api.py (+4/-2)
lp://staging/~andreserl/maas/packaging_rc3
- Andres Rodriguez (community): Approve
-
Diff: 90 lines (+54/-6)2 files modifieddebian/changelog (+44/-0)
debian/maas-region-controller.postinst (+10/-6)
summary: |
- [2.0b8] When a machine is stuck in 'Releasing' I cannot abort it + [2.0b8] Machine was stuck in releasing |
description: | updated |
summary: |
- [2.0b8] Machine was stuck in releasing + [2.0b8] MAAS is automatically monitoring timeouts. |
summary: |
- [2.0b8] MAAS is automatically monitoring timeouts. + [2.0b8] MAAS is automatically monitoring timeouts causing machines to + not get move to failed status automatically. |
summary: |
- [2.0b8] MAAS is automatically monitoring timeouts causing machines to - not get move to failed status automatically. + [2.0b8] MAAS is not automatically monitoring timeouts causing failed + commissioning machines to not timeout. |
summary: |
- [2.0b8] MAAS is not automatically monitoring timeouts causing failed - commissioning machines to not timeout. + [2.0b8] MAAS is not automatically monitoring timeouts for commissioning. |
summary: |
- [2.0b8] MAAS is not automatically monitoring timeouts for commissioning. + [2.0rc2] MAAS is not automatically monitoring timeouts for + commissioning. |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.