Skip to content

Commit

Permalink
Fix multi-interface networking in the system scheduler (#8822)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmock authored Sep 22, 2020
1 parent 53d977e commit ed385bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduler/system_sched.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed385bd

Please sign in to comment.