We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a877746 commit 617e07bCopy full SHA for 617e07b
templates/vm.xml.j2
@@ -41,7 +41,7 @@
41
<source pool='{{ volume.pool }}' volume='{{ volume.name }}'/>
42
{% endif %}
43
{% if volume.target is undefined %}
44
- <target dev='vd{{ 'abcdefghijklmnopqrstuvwxyz'[loop.index - 1] }} {% if volume.device | default(libvirt_volume_default_device) == 'cdrom' %}bus='sata'{% endif %}'/>
+ <target dev='vd{{ 'abcdefghijklmnopqrstuvwxyz'[loop.index - 1] }}' {% if volume.device | default(libvirt_volume_default_device) == 'cdrom' %}bus='sata'{% endif %}/>
45
{% else %}
46
<target dev='{{ volume.target }}' {% if volume.device | default(libvirt_volume_default_device) == 'cdrom' %}bus='sata'{% endif %}/>
47
0 commit comments