Fix multi-interface networking in the system scheduler (#8822)
This commit is contained in:
parent
eb48e6a788
commit
f749de8543
|
@ -349,6 +349,7 @@ func (s *SystemScheduler) computePlacements(place []allocTuple) error {
|
|||
|
||||
if option.AllocResources != nil {
|
||||
resources.Shared.Networks = option.AllocResources.Networks
|
||||
resources.Shared.Ports = option.AllocResources.Ports
|
||||
}
|
||||
|
||||
// Create an allocation for this
|
||||
|
|
Loading…
Reference in New Issue