MaaS API processes input slowly: network config at customer sites takes 45min
Bug #1681937 reported by
Chris Gregan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Blake Rouse |
Bug Description
It seems the way MaaS API processes input is not optimized. CPE reports that passing network configuration to MaaS for 9 nodes take 45 minutes. We are beginning to adopt more customer configurations in our CI and 45min lag for network configuration of nodes is not ideal.
Please examine where optimizations can be made to reduce this overhead
Related branches
lp://staging/~blake-rouse/maas/fix-interfaces-read
- Mike Pontillo (community): Approve
-
Diff: 121 lines (+66/-3)3 files modifiedsrc/maasserver/api/interfaces.py (+20/-1)
src/maasserver/api/nodes.py (+8/-2)
src/maasserver/api/tests/test_interfaces.py (+38/-0)
summary: |
- MaaS API processes input slowly: network config at customer sights takes + MaaS API processes input slowly: network config at customer sites takes 45min |
Changed in maas: | |
status: | Incomplete → In Progress |
importance: | Undecided → High |
assignee: | nobody → Blake Rouse (blake-rouse) |
milestone: | 2.3.0 → 2.2.0rc3 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi Chris,
Can you please ask them to provide the exact way to replicate this? Also have them attach logs and things of the sort.