Skip to content

Commit

Permalink
backport of commit 0985f96
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored Feb 12, 2024
1 parent d4399b2 commit ce24af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nomad/state/state_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ func (s *StateStore) UpsertPlanResults(msgType structs.MessageType, index uint64

// handle upgrade path
for _, alloc := range allocsToUpsert {
alloc = alloc.Copy()
alloc.Canonicalize()
}

Expand Down

0 comments on commit ce24af5

Please sign in to comment.