Skip to content

Commit

Permalink
Set PartitionID
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Nov 13, 2024
1 parent b792d60 commit 56d0499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/metal-api/internal/grpc/boot-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (b *BootService) Register(ctx context.Context, req *v1.BootServiceRegisterR
m.BIOS.Date = req.Bios.Date
m.IPMI = ipmi
m.State.MetalHammerVersion = req.MetalHammerVersion
m.PartitionID = req.PartitionId

err = b.ds.UpdateMachine(&old, m)
if err != nil {
Expand Down

0 comments on commit 56d0499

Please sign in to comment.