process_lxd_resources converts numa_nodes dictionary to a list
Bug #1910473 reported by
Lee Trager
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Lee Trager | ||
2.7 |
Fix Committed
|
High
|
Lee Trager | ||
2.8 |
Fix Released
|
High
|
Lee Trager | ||
2.9 |
Fix Released
|
High
|
Lee Trager |
Bug Description
While testing the NodeDevices code in the CI I ran into a failure on our PPC64 machine. When I investigated I noticed that NUMA nodes are configured as 0, 1, 16, 17. _process_
This wasn't caught before because all network cards are on numa_node 1. Only PCIE bridges are used on numa_node 16 and 17.
Related branches
~ltrager/maas:lp1910473_2.7
- MAAS Lander: Needs Fixing
- Lee Trager (community): Approve
-
Diff: 62 lines (+29/-4)2 files modifiedsrc/metadataserver/builtin_scripts/hooks.py (+6/-4)
src/metadataserver/builtin_scripts/tests/test_hooks.py (+23/-0)
~ltrager/maas:lp1910473_2.8
- Lee Trager (community): Approve
-
Diff: 57 lines (+26/-4)2 files modifiedsrc/metadataserver/builtin_scripts/hooks.py (+6/-4)
src/metadataserver/builtin_scripts/tests/test_hooks.py (+20/-0)
~ltrager/maas:lp1910473_2.9
- Lee Trager (community): Approve
-
Diff: 57 lines (+25/-3)2 files modifiedsrc/metadataserver/builtin_scripts/hooks.py (+5/-3)
src/metadataserver/builtin_scripts/tests/test_hooks.py (+20/-0)
~ltrager/maas:lp1910473
Merged
into
maas:master
- Alberto Donato: Approve
- MAAS Lander: Approve
-
Diff: 88 lines (+37/-11)2 files modifiedsrc/metadataserver/builtin_scripts/hooks.py (+5/-3)
src/metadataserver/builtin_scripts/tests/test_hooks.py (+32/-8)
Changed in maas: | |
milestone: | none → next |
status: | New → Fix Committed |
Changed in maas: | |
milestone: | next → 2.9.x |
milestone: | 2.9.x → next |
Changed in maas: | |
milestone: | next → none |
status: | Fix Committed → Fix Released |
To post a comment you must log in.