From 3dac0e2eea2bc912502893afa91a2e03b1cd9ade Mon Sep 17 00:00:00 2001 From: "Da K. Ma" Date: Fri, 25 Jan 2019 18:38:34 +0800 Subject: [PATCH] Removed reclaim&preempt by default. Signed-off-by: Da K. Ma --- pkg/scheduler/conf/{schedConf.go => scheduler_conf.go} | 0 pkg/scheduler/util.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename pkg/scheduler/conf/{schedConf.go => scheduler_conf.go} (100%) diff --git a/pkg/scheduler/conf/schedConf.go b/pkg/scheduler/conf/scheduler_conf.go similarity index 100% rename from pkg/scheduler/conf/schedConf.go rename to pkg/scheduler/conf/scheduler_conf.go diff --git a/pkg/scheduler/util.go b/pkg/scheduler/util.go index 9315e6428..9adf1251a 100644 --- a/pkg/scheduler/util.go +++ b/pkg/scheduler/util.go @@ -28,7 +28,7 @@ import ( ) var defaultSchedulerConf = ` -actions: "reclaim, allocate, backfill, preempt" +actions: "allocate, backfill" tiers: - plugins: - name: priority