mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
address review comments
This commit is contained in:
@@ -209,6 +209,7 @@ func (s *BoltStateDB) getAllAllocations(tx *boltdd.Tx) ([]*structs.Allocation, m
|
||||
|
||||
// Handle upgrade path
|
||||
ae.Alloc.Canonicalize()
|
||||
ae.Alloc.Job.Canonicalize()
|
||||
|
||||
allocs = append(allocs, ae.Alloc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user