Skip to content

ova: set os type and virtual hardware version (HMS-3248)#2480

Draft
croissanne wants to merge 1 commit into
osbuild:mainfrom
croissanne:ovf-stuff
Draft

ova: set os type and virtual hardware version (HMS-3248)#2480
croissanne wants to merge 1 commit into
osbuild:mainfrom
croissanne:ovf-stuff

Conversation

@croissanne

Copy link
Copy Markdown
Member

Setting the appropriate os type and virtual hardware version can dramatically impact performance on platforms like vSphere.

@croissanne croissanne force-pushed the ovf-stuff branch 3 times, most recently from 2eed9d8 to a1429bc Compare July 1, 2026 16:12
Setting the appropriate os type and virtual hardware version can
dramatically impact performance on platforms like vSphere.
Comment thread pkg/distro/defs/loader.go
Comment on lines +558 to +560
DiskImageVMWareOVFOSType string `yaml:"disk_image_vmware_ovf_os_type"`
DiskImageVMWareOVFVirtualHardwareVersion string `yaml:"disk_image_vmware_ovf_virtual_hardware_version"`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put them under DiskConfig (line 519)? Perhaps even under a VMWare struct inside it.

I've been trying to find some logical grouping to all the configs we have but this one seems like it has a good place to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants