Skip to content

Commit 4fb4c86

Browse files
smoreno01smira
authored andcommitted
feat: add disk.EnableUUID to generated ova
This change adds the extra config `disk.EnableUIUD` to the generated OVA files. This flag is needed to be able to use VMware's CSI implementations. Signed-off-by: samoreno <samuel.moreno@eu.equinix.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 33fb48f commit 4fb4c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/imager/ova/ova.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ const ovfTpl = `<?xml version="1.0" encoding="UTF-8"?>
133133
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="manual"/>
134134
<vmw:Config ovf:required="false" vmw:key="powerOpInfo.suspendType" vmw:value="soft"/>
135135
<vmw:ExtraConfig ovf:required="false" vmw:key="nvram" vmw:value="talos.nvram"/>
136+
<vmw:ExtraConfig ovf:required="false" vmw:key="disk.EnableUUID" vmw:value="true"/>
136137
</VirtualHardwareSection>
137138
</VirtualSystem>
138139
</Envelope>

0 commit comments

Comments
 (0)