[PATCH 7/7] DO NOT MERGE

Michal Privoznik mprivozn at redhat.com
Tue Aug 3 12:32:31 UTC 2021


This is just a example to confirm the previous commit works. I
don't think it should be merged, because it modifies a real life
example.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.vmx | 6 ++++++
 tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.xml | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.vmx b/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.vmx
index ae1d146f9a..7ea9a73113 100644
--- a/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.vmx
+++ b/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.vmx
@@ -89,3 +89,9 @@ sched.scsi0:16.shares = "normal"
 sched.scsi0:16.throughputCap = "off"
 scsi0:16.present = "TRUE"
 scsi0:16.redo = ""
+scsi0:63.deviceType = "scsi-hardDisk"
+scsi0:63.fileName = "esx6.7-rhel7.7-x86_64_3.vmdk"
+sched.scsi0:63.shares = "normal"
+sched.scsi0:63.throughputCap = "off"
+scsi0:63.present = "TRUE"
+scsi0:63.redo = ""
diff --git a/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.xml b/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.xml
index 8807a057d7..d09ac64a42 100644
--- a/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.xml
+++ b/tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.xml
@@ -25,6 +25,11 @@
       <target dev='sdp' bus='scsi'/>
       <address type='drive' controller='0' bus='0' target='0' unit='16'/>
     </disk>
+    <disk type='file' device='disk'>
+      <source file='[datastore] directory/esx6.7-rhel7.7-x86_64_3.vmdk'/>
+      <target dev='sdbk' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='63'/>
+    </disk>
     <controller type='scsi' index='0' model='vmpvscsi'/>
     <interface type='bridge'>
       <mac address='00:50:56:ac:3e:a1' type='generated'/>
-- 
2.31.1




More information about the libvir-list mailing list