Skip to content

Commit 930540b

Browse files
authored
ci: Switch CHV Device Type from cdrom to disk
Somehow this only showed up in 1952 for the first time: ```  error: Failed to define domain from /opt/vm-chv.xml error: unsupported configuration: disk type of 'hdb' does not support ejectable media error: failed to get domain 'VM-CHV' ``` Works with `disk`, but not `cdrom`.
1 parent c516575 commit 930540b

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/test/integration/test/cloudhypervisor

1 file changed

+1
-1
lines changed

.github/actions/test/integration/test/cloudhypervisor/vm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<source file='/var/lib/libvirt/images/ubuntu.raw' />
1414
<target dev='hda' bus='virtio' />
1515
</disk>
16-
<disk type='file' device='cdrom'>
16+
<disk type='file' device='disk'>
1717
<source file='/var/lib/libvirt/images/ubuntu-cloud-init-ds.iso' />
1818
<target dev='hdb' bus='virtio' />
1919
<readonly />

0 commit comments

Comments
 (0)