[2.0] Log messaging about timeout monitor has been dropped
Bug #1605252 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
In 1.8, I notice that some events are:
Jul 21 16:22:35 maas maas.node: [INFO] slave2: Status transition from COMMISSIONING to FAILED_
Jul 21 16:22:35 maas maas.node: [ERROR] slave2: Marking node failed: Node operation 'Commissioning' timed out after 0:20:00.
In 2.0, however, you see messages such:
Jul 21 16:22:35 maas maas.node: [ERROR] slave2: Marking node failed: None,
Looking at the code, this was handled in handle_
Bu this has changed in 2.0 and nothing does the same thing.
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)
Changed in maas (Ubuntu): | |
importance: | Undecided → Critical |
no longer affects: | maas (Ubuntu) |
no longer affects: | maas/1.9 |
summary: |
- [2.0] Error messaging about monitor expiry have been dropped + [2.0] Log messaging about timeout monitor has been dropped |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.