From ed385bd0ea6583e9471d78edee0bb274adaec120 Mon Sep 17 00:00:00 2001 From: Neil Mock Date: Tue, 22 Sep 2020 11:54:34 -0500 Subject: [PATCH] Fix multi-interface networking in the system scheduler (#8822) --- scheduler/system_sched.go | 1 + 1 file changed, 1 insertion(+) diff --git a/scheduler/system_sched.go b/scheduler/system_sched.go index f8088b02a1b..038a74188f8 100644 --- a/scheduler/system_sched.go +++ b/scheduler/system_sched.go @@ -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