Refresh scripts are not re-run if they pass, but fail to report the results to the region
Bug #2003310 reported by
Marian Gasparovic
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Björn Tillenius | ||
3.3 |
Fix Released
|
High
|
Björn Tillenius |
Bug Description
Same symptoms as old bug https:/
2023-01-19-02:36:26 root DEBUG [localhost]: maas root vm-host compose 3 hostname=vault-3 cores=2 memory=4096 storage=40.0 zone=4 'interfaces=
2023-01-19-02:36:31 root ERROR [localhost] Command failed: maas root vm-host compose 3 hostname=vault-3 cores=2 memory=4096 storage=40.0 zone=4 'interfaces=
2023-01-19-02:36:31 root ERROR [localhost] STDOUT follows:
Pod must be on a known host if interfaces are specified.
Related branches
~bjornt/maas:bug-2003310-3.3
- MAAS Lander: Needs Fixing
- Björn Tillenius: Approve
-
Diff: 242 lines (+62/-51)4 files modifiedsrc/provisioningserver/refresh/__init__.py (+6/-15)
src/provisioningserver/refresh/tests/test_refresh.py (+0/-24)
src/provisioningserver/utils/services.py (+18/-11)
src/provisioningserver/utils/tests/test_services.py (+38/-1)
~bjornt/maas:bug-2003310-signal-error
Merged
into
maas:master
- Alberto Donato: Approve
- MAAS Lander: Approve
-
Diff: 242 lines (+62/-51)4 files modifiedsrc/provisioningserver/refresh/__init__.py (+6/-15)
src/provisioningserver/refresh/tests/test_refresh.py (+0/-24)
src/provisioningserver/utils/services.py (+18/-11)
src/provisioningserver/utils/tests/test_services.py (+38/-1)
Changed in maas: | |
milestone: | none → 3.3.0 |
summary: |
- [3.3-rc2] Pod must be on a known host if interfaces are specified. + Pod must be on a known host if interfaces are specified. |
Changed in maas: | |
milestone: | 3.3.0 → 3.4.0 |
importance: | Undecided → High |
status: | New → Triaged |
Changed in maas: | |
status: | New → Triaged |
summary: |
- Pod must be on a known host if interfaces are specified. + Refresh scripts are not re-run if they pass, but fail to report the + results to the region |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 3.4.0 → 3.4.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
From the log files, this looks to be the culprit: https:/ /pastebin. canonical. com/p/3rrCTTbJx s/