[2/2] vm-img: vmware: update ovf template

Message ID 20230227174820.10959-3-henning.schild@siemens.com
State Accepted, archived
Headers show
Series vm-img: ovf template updates | expand

Commit Message

Henning Schild Feb. 27, 2023, 5:48 p.m. UTC
Switch scsi controller type to pvscsi to improve performance and reduce
host load.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 .../recipes-core/images/vmware/vm-img-vmware.ovf.tmpl      | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Patch

diff --git a/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl b/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl
index 79d9cb0e24d4..85797f15832a 100644
--- a/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl
+++ b/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl
@@ -45,10 +45,11 @@ 
       </Item>
       <Item>
         <rasd:Address>0</rasd:Address>
-        <rasd:Description>IDE Controller</rasd:Description>
-        <rasd:ElementName>ideController0</rasd:ElementName>
+        <rasd:Description>SCSI Controller</rasd:Description>
+        <rasd:ElementName>scsiController0</rasd:ElementName>
         <rasd:InstanceID>3</rasd:InstanceID>
-        <rasd:ResourceType>5</rasd:ResourceType>
+        <rasd:ResourceSubType>VirtualSCSI</rasd:ResourceSubType>
+        <rasd:ResourceType>6</rasd:ResourceType>
       </Item>
       <Item>
         <rasd:AddressOnParent>0</rasd:AddressOnParent>