From 56d049904525e5d39d9a3fe12fc07def06215351 Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Wed, 13 Nov 2024 12:43:17 +0100 Subject: [PATCH] Set PartitionID --- cmd/metal-api/internal/grpc/boot-service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/metal-api/internal/grpc/boot-service.go b/cmd/metal-api/internal/grpc/boot-service.go index 65348870..2b31671e 100644 --- a/cmd/metal-api/internal/grpc/boot-service.go +++ b/cmd/metal-api/internal/grpc/boot-service.go @@ -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 {