mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
sched reconcile copy AutoPromote to DeploymentState
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user