diff --git a/internal/cloudapi/v2/compose.go b/internal/cloudapi/v2/compose.go index e3b9a7632..eae2493d4 100644 --- a/internal/cloudapi/v2/compose.go +++ b/internal/cloudapi/v2/compose.go @@ -1433,7 +1433,7 @@ func convertDiskCustomizations(disk *Disk) (*blueprint.DiskCustomization, error) } bpDisk.Partitions = append(bpDisk.Partitions, bpPartition) } - return bpDisk, nil + return bpDisk, bpDisk.Validate() } func decodeMinsize(size *Minsize) (uint64, error) {