From 2165f8be94a94ebfc4c1f087d7bca44a6d56dc53 Mon Sep 17 00:00:00 2001 From: Lang Martin Date: Mon, 13 May 2019 16:58:52 -0400 Subject: [PATCH] sched reconcile copy AutoPromote to DeploymentState --- scheduler/reconcile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/scheduler/reconcile.go b/scheduler/reconcile.go index 43a73a210..871cceede 100644 --- a/scheduler/reconcile.go +++ b/scheduler/reconcile.go @@ -327,6 +327,7 @@ func (a *allocReconciler) computeGroup(group string, all allocSet) bool { dstate = &structs.DeploymentState{} if tg.Update != nil { dstate.AutoRevert = tg.Update.AutoRevert + dstate.AutoPromote = tg.Update.AutoPromote dstate.ProgressDeadline = tg.Update.ProgressDeadline } }