Commit 6ba436d
committed
Fix scheduling when NUMA pinnning
In scheduling loop HostShareCapacity object contained numa
nodes from previous virtual machine. This caused scheduling to fail
sometimes even if there would be a suiteable host. Fixed by
recreating the object inside the loop for every virtual machine.1 parent 485c3c4 commit 6ba436d
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
876 | | - | |
877 | | - | |
878 | 876 | | |
879 | 877 | | |
880 | 878 | | |
| |||
905 | 903 | | |
906 | 904 | | |
907 | 905 | | |
| 906 | + | |
908 | 907 | | |
909 | 908 | | |
910 | 909 | | |
| |||
1319 | 1318 | | |
1320 | 1319 | | |
1321 | 1320 | | |
1322 | | - | |
1323 | | - | |
1324 | 1321 | | |
1325 | 1322 | | |
1326 | 1323 | | |
| |||
1355 | 1352 | | |
1356 | 1353 | | |
1357 | 1354 | | |
| 1355 | + | |
1358 | 1356 | | |
1359 | 1357 | | |
1360 | 1358 | | |
| |||
0 commit comments